Searched refs:tc_tfo_cookie_len (Results 1 – 1 of 1) sorted by relevance
114 uint8_t tc_tfo_cookie_len; member371 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()483 if (tpcache->tc_tfo_cookie_len == 0) { in tcp_cache_get_cookie_common()492 VERIFY(tpcache->tc_tfo_cookie_len <= *len); in tcp_cache_get_cookie_common()494 memcpy(cookie, tpcache->tc_tfo_cookie, tpcache->tc_tfo_cookie_len); in tcp_cache_get_cookie_common()495 *len = tpcache->tc_tfo_cookie_len; in tcp_cache_get_cookie_common()533 cookie_len = tpcache->tc_tfo_cookie_len; in tcp_cache_get_cookie_len_common()