Searched refs:V_tcp_fastopen_ccache (Results 1 – 1 of 1) sorted by relevance
401 V_tcp_fastopen_ccache.bucket_limit = in tcp_fastopen_init()407 V_tcp_fastopen_ccache.buckets = in tcp_fastopen_init()412 V_tcp_fastopen_ccache.mask = V_tcp_fastopen_ccache.buckets - 1; in tcp_fastopen_init()415 V_tcp_fastopen_ccache.base = malloc(V_tcp_fastopen_ccache.buckets * in tcp_fastopen_init()430 V_tcp_fastopen_ccache.base[i].ccb_ccache = &V_tcp_fastopen_ccache; in tcp_fastopen_init()455 ccb = &V_tcp_fastopen_ccache.base[i]; in tcp_fastopen_destroy()843 ccb = &V_tcp_fastopen_ccache.base[i]; in sysctl_net_inet_tcp_fastopen_client_enable()1026 V_tcp_fastopen_ccache.secret); in tcp_fastopen_ccache_lookup()1031 ccb = &V_tcp_fastopen_ccache.base[hash & V_tcp_fastopen_ccache.mask]; in tcp_fastopen_ccache_lookup()1174 ccb = &V_tcp_fastopen_ccache.base[i]; in sysctl_net_inet_tcp_fastopen_ccache_list()[all …]