Searched refs:cookie_len (Results 1 – 3 of 3) sorted by relevance
68 u_int8_t *cookie, u_int8_t *cookie_len);
522 unsigned int cookie_len; in tcp_cache_get_cookie_len_common() local530 cookie_len = tpcache->tc_tfo_cookie_len; in tcp_cache_get_cookie_len_common()534 return cookie_len; in tcp_cache_get_cookie_len_common()1435 uint8_t *cookie, uint8_t *cookie_len) in tcp_heuristic_do_tfo_with_address() argument1455 if (!tcp_cache_get_cookie_common(&tcks, cookie, cookie_len)) { in tcp_heuristic_do_tfo_with_address()1456 *cookie_len = 0; in tcp_heuristic_do_tfo_with_address()
297 unsigned int cookie_len; in tcp_tfo_check() local343 cookie_len = tcp_cache_get_cookie_len(tp); in tcp_tfo_check()344 if (cookie_len == 0) { in tcp_tfo_check()350 if (MAX_TCPOPTLEN - optlen < cookie_len) { in tcp_tfo_check()