Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_fastopen.h36 #define TCP_FASTOPEN_COOKIE_LEN 8 /* SipHash24 64-bit output */ macro
H A Dtcp_fastopen.c588 TCP_FASTOPEN_COOKIE_LEN); in tcp_fastopen_find_cookie_match_locked()
591 TCP_FASTOPEN_COOKIE_LEN) == 0) in tcp_fastopen_find_cookie_match_locked()
599 } else if (memcmp(wire_cookie, cur_cookie, TCP_FASTOPEN_COOKIE_LEN) == 0) in tcp_fastopen_find_cookie_match_locked()
626 if (len != TCP_FASTOPEN_COOKIE_LEN) { in tcp_fastopen_check_cookie()
901 TCP_FASTOPEN_COOKIE_LEN; in tcp_fastopen_connect()
903 TCP_FASTOPEN_COOKIE_LEN); in tcp_fastopen_connect()
H A Dtcp_output.c815 to.to_tfo_len = TCP_FASTOPEN_COOKIE_LEN; in tcp_output()
H A Dtcp_syncache.c1989 to.to_tfo_len = TCP_FASTOPEN_COOKIE_LEN; in syncache_respond()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c13030 to.to_tfo_len = TCP_FASTOPEN_COOKIE_LEN; in rack_output()
H A Dbbr.c13012 to.to_tfo_len = TCP_FASTOPEN_COOKIE_LEN; in bbr_output_wtime()