Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_fastopen.c237 unsigned int newest_psk; member
397 V_tcp_fastopen_keys.newest_psk = TCP_FASTOPEN_MAX_PSKS - 1; in tcp_fastopen_init()
506 V_tcp_fastopen_keys.newest_psk++; in tcp_fastopen_addpsk_locked()
507 if (V_tcp_fastopen_keys.newest_psk == TCP_FASTOPEN_MAX_PSKS) in tcp_fastopen_addpsk_locked()
508 V_tcp_fastopen_keys.newest_psk = 0; in tcp_fastopen_addpsk_locked()
509 memcpy(V_tcp_fastopen_keys.psk[V_tcp_fastopen_keys.newest_psk], psk, in tcp_fastopen_addpsk_locked()
582 psk_index = V_tcp_fastopen_keys.newest_psk; in tcp_fastopen_find_cookie_match_locked()
704 V_tcp_fastopen_keys.newest_psk = in sysctl_net_inet_tcp_fastopen_psk_enable()
735 V_tcp_fastopen_keys.newest_psk = in sysctl_net_inet_tcp_fastopen_server_enable()