Searched refs:cur_cookie (Results 1 – 1 of 1) sorted by relevance
573 tcp_fastopen_find_cookie_match_locked(uint8_t *wire_cookie, uint64_t *cur_cookie) in tcp_fastopen_find_cookie_match_locked() argument584 (uint8_t *)cur_cookie, 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()615 uint64_t cur_cookie; in tcp_fastopen_check_cookie() local640 cur_cookie = in tcp_fastopen_check_cookie()644 *latest_cookie = cur_cookie; in tcp_fastopen_check_cookie()645 rv = tcp_fastopen_find_cookie_match_locked(cookie, &cur_cookie); in tcp_fastopen_check_cookie()