Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_fastopen.c575 unsigned int i, psk_index; in tcp_fastopen_find_cookie_match_locked() local
579 psk_index = V_tcp_fastopen_keys.newest_psk; in tcp_fastopen_find_cookie_match_locked()
583 V_tcp_fastopen_keys.psk[psk_index], in tcp_fastopen_find_cookie_match_locked()
591 if (psk_index == 0) in tcp_fastopen_find_cookie_match_locked()
592 psk_index = TCP_FASTOPEN_MAX_PSKS - 1; in tcp_fastopen_find_cookie_match_locked()
594 psk_index--; in tcp_fastopen_find_cookie_match_locked()