Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_cache.h116 extern int tcp_cache_get_cookie(struct tcpcb *tp, u_char *__counted_by(buflen) cookie, uint8_t bufl…
H A Dtcp_cache.c491 tcp_cache_get_cookie(struct tcpcb *tp, u_char *__counted_by(maxlen) cookie, in tcp_cache_get_cookie() function
H A Dtcp_output.c409 res = tcp_cache_get_cookie(tp, bp + TCPOLEN_FASTOPEN_REQ, tfo_len, &tfo_len); in tcp_tfo_write_cookie()