Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_ecn.h50 uint16_t tcp_ecn_syncache_respond(uint16_t, struct syncache *);
H A Dtcp_ecn.c567 tcp_ecn_syncache_respond(uint16_t thflags, struct syncache *sc) in tcp_ecn_syncache_respond() function
H A Dtcp_syncache.c1908 flags = tcp_ecn_syncache_respond(flags, sc); in syncache_respond()