Searched refs:V_tcp_fastopen_keys (Results 1 – 1 of 1) sorted by relevance
365 #define V_tcp_fastopen_keys VNET(tcp_fastopen_keys) macro393 V_tcp_fastopen_keys.newest = TCP_FASTOPEN_MAX_KEYS - 1; in tcp_fastopen_init()394 V_tcp_fastopen_keys.newest_psk = TCP_FASTOPEN_MAX_PSKS - 1; in tcp_fastopen_init()490 V_tcp_fastopen_keys.newest++; in tcp_fastopen_addkey_locked()491 if (V_tcp_fastopen_keys.newest == TCP_FASTOPEN_MAX_KEYS) in tcp_fastopen_addkey_locked()492 V_tcp_fastopen_keys.newest = 0; in tcp_fastopen_addkey_locked()493 memcpy(V_tcp_fastopen_keys.key[V_tcp_fastopen_keys.newest], key, in tcp_fastopen_addkey_locked()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()[all …]