Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dtcp_cache.c115 uint8_t tc_tfo_cookie_len; member
371 tpcache->tc_tfo_cookie_len = 0; in tcp_getcache_with_lock()
453 tpcache->tc_tfo_cookie_len = len > TFO_COOKIE_LEN_MAX ? in tcp_cache_set_cookie_common()
455 memcpy(tpcache->tc_tfo_cookie, cookie, tpcache->tc_tfo_cookie_len); in tcp_cache_set_cookie_common()
481 if (tpcache->tc_tfo_cookie_len == 0) { in tcp_cache_get_cookie_common()
490 VERIFY(tpcache->tc_tfo_cookie_len <= *len); in tcp_cache_get_cookie_common()
492 memcpy(cookie, tpcache->tc_tfo_cookie, tpcache->tc_tfo_cookie_len); in tcp_cache_get_cookie_common()
493 *len = tpcache->tc_tfo_cookie_len; in tcp_cache_get_cookie_common()
530 cookie_len = tpcache->tc_tfo_cookie_len; in tcp_cache_get_cookie_len_common()