Home
last modified time | relevance | path

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

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