Searched refs:newest_psk (Results 1 – 1 of 1) sorted by relevance
235 unsigned int newest_psk; member394 V_tcp_fastopen_keys.newest_psk = TCP_FASTOPEN_MAX_PSKS - 1; in tcp_fastopen_init()503 V_tcp_fastopen_keys.newest_psk++; in tcp_fastopen_addpsk_locked()504 if (V_tcp_fastopen_keys.newest_psk == TCP_FASTOPEN_MAX_PSKS) in tcp_fastopen_addpsk_locked()505 V_tcp_fastopen_keys.newest_psk = 0; in tcp_fastopen_addpsk_locked()506 memcpy(V_tcp_fastopen_keys.psk[V_tcp_fastopen_keys.newest_psk], psk, in tcp_fastopen_addpsk_locked()579 psk_index = V_tcp_fastopen_keys.newest_psk; in tcp_fastopen_find_cookie_match_locked()701 V_tcp_fastopen_keys.newest_psk = in sysctl_net_inet_tcp_fastopen_psk_enable()732 V_tcp_fastopen_keys.newest_psk = in sysctl_net_inet_tcp_fastopen_server_enable()