Searched refs:syncache_respond (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/netinet/
H A Dtcp_syncache.c135 static int syncache_respond(struct syncache *, const struct mbuf *, int);
536 syncache_respond(sc, NULL, TH_SYN|TH_ACK);
709 syncache_respond(sc, m, TH_ACK);
1594 if (syncache_respond(sc, m, TH_SYN|TH_ACK) == 0) {
1727 * syncache so that syncache_respond() will do the right thing
1770 if (syncache_respond(sc, m, TH_SYN|TH_ACK) == 0) {
1815 syncache_respond(struct syncache *sc, const struct mbuf *m0, int flags) function

Completed in 122 milliseconds