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.c125 static int syncache_respond(struct syncache *, int);
537 if (syncache_respond(sc, TH_SYN|TH_ACK) == 0) { in syncache_timer()
1593 if (syncache_respond(sc, TH_SYN|TH_ACK) == 0) { in syncache_add()
1777 if (syncache_respond(sc, TH_SYN|TH_ACK) == 0) { in syncache_add()
1824 syncache_respond(struct syncache *sc, int flags) in syncache_respond() function
2085 if (syncache_respond(sc, TH_ACK) == 0) { in syncache_send_challenge_ack()