Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_fastopen.c576 tcp_fastopen_find_cookie_match_locked(uint8_t *wire_cookie, uint64_t *cur_cookie) in tcp_fastopen_find_cookie_match_locked() argument
587 (uint8_t *)cur_cookie, 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()
618 uint64_t cur_cookie; in tcp_fastopen_check_cookie() local
643 cur_cookie = in tcp_fastopen_check_cookie()
647 *latest_cookie = cur_cookie; in tcp_fastopen_check_cookie()
648 rv = tcp_fastopen_find_cookie_match_locked(cookie, &cur_cookie); in tcp_fastopen_check_cookie()