Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_fastopen.c311 #define V_tcp_fastopen_numpsks VNET(tcp_fastopen_numpsks) macro
508 if (V_tcp_fastopen_numpsks < TCP_FASTOPEN_MAX_PSKS) in tcp_fastopen_addpsk_locked()
509 V_tcp_fastopen_numpsks++; in tcp_fastopen_addpsk_locked()
580 for (i = 0; i < V_tcp_fastopen_numpsks; i++) { in tcp_fastopen_find_cookie_match_locked()
700 V_tcp_fastopen_numpsks = 0; in sysctl_net_inet_tcp_fastopen_psk_enable()
731 V_tcp_fastopen_numpsks = 0; in sysctl_net_inet_tcp_fastopen_server_enable()