Searched refs:syncache_respond (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/netinet/ |
| H A D | tcp_syncache.c | 132 static int syncache_respond(struct syncache *, const struct mbuf *, int); 538 if (syncache_respond(sc, NULL, TH_SYN|TH_ACK) == 0) { in syncache_timer() 705 if (syncache_respond(sc, m, TH_ACK) == 0) { in syncache_chkrst() 1567 if (syncache_respond(sc, m, TH_SYN|TH_ACK) == 0) { in syncache_add() 1752 if (syncache_respond(sc, m, TH_SYN|TH_ACK) == 0) { in syncache_add() 1794 syncache_respond(struct syncache *sc, const struct mbuf *m0, int flags) in syncache_respond() function
|