Home
last modified time | relevance | path

Searched refs:syn_cache_respond (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/netinet/
Dtcp_input.c185 int syn_cache_respond(struct syn_cache *, struct mbuf *, uint64_t, int);
3423 (void) syn_cache_respond(sc, NULL, now, do_ecn); in syn_cache_timer()
3561 (void) syn_cache_respond(sc, m, now, do_ecn); in syn_cache_get()
3886 if (syn_cache_respond(sc, m, now, do_ecn) == 0) { in syn_cache_add()
3973 if (syn_cache_respond(sc, m, now, do_ecn) == 0) { in syn_cache_add()
3994 syn_cache_respond(struct syn_cache *sc, struct mbuf *m, uint64_t now, in syn_cache_respond() function