Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_syncache.c124 static int syncache_respond(struct syncache *, const struct mbuf *, int);
530 if (syncache_respond(sc, NULL, TH_SYN|TH_ACK) == 0) { in syncache_timer()
697 if (syncache_respond(sc, m, TH_ACK) == 0) { in syncache_chkrst()
1557 if (syncache_respond(sc, m, TH_SYN|TH_ACK) == 0) { in syncache_add()
1742 if (syncache_respond(sc, m, TH_SYN|TH_ACK) == 0) { in syncache_add()
1784 syncache_respond(struct syncache *sc, const struct mbuf *m0, int flags) in syncache_respond() function