Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_fastopen.c578 unsigned int i, psk_index; in tcp_fastopen_find_cookie_match_locked() local
582 psk_index = V_tcp_fastopen_keys.newest_psk; in tcp_fastopen_find_cookie_match_locked()
586 V_tcp_fastopen_keys.psk[psk_index], in tcp_fastopen_find_cookie_match_locked()
594 if (psk_index == 0) in tcp_fastopen_find_cookie_match_locked()
595 psk_index = TCP_FASTOPEN_MAX_PSKS - 1; in tcp_fastopen_find_cookie_match_locked()
597 psk_index--; in tcp_fastopen_find_cookie_match_locked()