Searched refs:cookie_len (Results 1 – 3 of 3) sorted by relevance
142 u_int8_t *__counted_by(maxlen) cookie, u_int8_t maxlen, u_int8_t *cookie_len);
505 unsigned int cookie_len; in tcp_cache_get_cookie_len_common() local513 cookie_len = tpcache->tc_tfo_cookie_len; in tcp_cache_get_cookie_len_common()517 return cookie_len; in tcp_cache_get_cookie_len_common()1350 uint8_t *__counted_by(maxlen) cookie, uint8_t maxlen, uint8_t *cookie_len) in tcp_heuristic_do_tfo_with_address() argument1370 if (!tcp_cache_get_cookie_common(&tcks, cookie, maxlen, cookie_len)) { in tcp_heuristic_do_tfo_with_address()1371 *cookie_len = 0; in tcp_heuristic_do_tfo_with_address()
276 unsigned int cookie_len; in tcp_tfo_check() local322 cookie_len = tcp_cache_get_cookie_len(tp); in tcp_tfo_check()323 if (cookie_len == 0) { in tcp_tfo_check()329 if (MAX_TCPOPTLEN - optlen < cookie_len) { in tcp_tfo_check()