Home
last modified time | relevance | path

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

/src/sys/netinet/
H A Dtcp_syncache.c125 static int syncache_respond(struct syncache *, int);
533 if (syncache_respond(sc, TH_SYN|TH_ACK) == 0) { in syncache_timer()
1598 if (syncache_respond(sc, TH_SYN|TH_ACK) == 0) { in syncache_add()
1794 if (syncache_respond(sc, TH_SYN|TH_ACK) == 0) { in syncache_add()
1841 syncache_respond(struct syncache *sc, int flags) in syncache_respond() function
2102 if (syncache_respond(sc, TH_ACK) == 0) { in syncache_send_challenge_ack()