Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_fastopen.c585 TCP_FASTOPEN_COOKIE_LEN); in tcp_fastopen_find_cookie_match_locked()
588 TCP_FASTOPEN_COOKIE_LEN) == 0) in tcp_fastopen_find_cookie_match_locked()
596 } else if (memcmp(wire_cookie, cur_cookie, TCP_FASTOPEN_COOKIE_LEN) == 0) in tcp_fastopen_find_cookie_match_locked()
623 if (len != TCP_FASTOPEN_COOKIE_LEN) { in tcp_fastopen_check_cookie()
897 TCP_FASTOPEN_COOKIE_LEN; in tcp_fastopen_connect()
899 TCP_FASTOPEN_COOKIE_LEN); in tcp_fastopen_connect()
H A Dtcp_fastopen.h34 #define TCP_FASTOPEN_COOKIE_LEN 8 /* SipHash24 64-bit output */ macro
H A Dtcp_output.c812 to.to_tfo_len = TCP_FASTOPEN_COOKIE_LEN; in tcp_default_output()
H A Dtcp_syncache.c1930 to.to_tfo_len = TCP_FASTOPEN_COOKIE_LEN; in syncache_respond()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c12888 to.to_tfo_len = TCP_FASTOPEN_COOKIE_LEN; in bbr_output_wtime()
H A Drack.c21257 to.to_tfo_len = TCP_FASTOPEN_COOKIE_LEN; in rack_output()