Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_fastopen.c565 uint64_t psk_cookie; in tcp_fastopen_make_psk_cookie() local
570 SipHash_Final((u_int8_t *)&psk_cookie, &ctx); in tcp_fastopen_make_psk_cookie()
572 return (psk_cookie); in tcp_fastopen_make_psk_cookie()
579 uint64_t psk_cookie; in tcp_fastopen_find_cookie_match_locked() local
584 psk_cookie = in tcp_fastopen_find_cookie_match_locked()
590 if (memcmp(wire_cookie, &psk_cookie, in tcp_fastopen_find_cookie_match_locked()
877 uint64_t psk_cookie; in tcp_fastopen_connect() local
879 psk_cookie = 0; in tcp_fastopen_connect()
887 psk_cookie = in tcp_fastopen_connect()
899 TCP_FASTOPEN_PSK_LEN && psk_cookie) { in tcp_fastopen_connect()
[all …]