Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_fastopen.c282 #define V_tcp_fastopen_ccache_buckets VNET(tcp_fastopen_ccache_buckets) macro
405 if ((V_tcp_fastopen_ccache_buckets == 0) || in tcp_fastopen_init()
406 !powerof2(V_tcp_fastopen_ccache_buckets)) in tcp_fastopen_init()
410 V_tcp_fastopen_ccache.buckets = V_tcp_fastopen_ccache_buckets; in tcp_fastopen_init()