Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dtcp_cache.c116 uint8_t tc_tfo_cookie_len; member
372 tpcache->tc_tfo_cookie_len = 0; in tcp_getcache_with_lock()
454 tpcache->tc_tfo_cookie_len = len > TFO_COOKIE_LEN_MAX ? in tcp_cache_set_cookie_common()
456 memcpy(tpcache->tc_tfo_cookie, cookie, tpcache->tc_tfo_cookie_len); in tcp_cache_set_cookie_common()
482 if (tpcache->tc_tfo_cookie_len == 0) { in tcp_cache_get_cookie_common()
491 VERIFY(tpcache->tc_tfo_cookie_len <= *len); in tcp_cache_get_cookie_common()
493 memcpy(cookie, tpcache->tc_tfo_cookie, tpcache->tc_tfo_cookie_len); in tcp_cache_get_cookie_common()
494 *len = tpcache->tc_tfo_cookie_len; in tcp_cache_get_cookie_common()
531 cookie_len = tpcache->tc_tfo_cookie_len; in tcp_cache_get_cookie_len_common()