Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_cache.h42 extern unsigned int tcp_cache_get_cookie_len(struct tcpcb *tp);
H A Dtcp_cache.c532 tcp_cache_get_cookie_len(struct tcpcb *tp) in tcp_cache_get_cookie_len() function
H A Dtcp_output.c339 cookie_len = tcp_cache_get_cookie_len(tp); in tcp_tfo_check()