Lines Matching refs:buckets
405 V_tcp_fastopen_ccache.buckets = in tcp_fastopen_init()
408 V_tcp_fastopen_ccache.buckets = V_tcp_fastopen_ccache_buckets; in tcp_fastopen_init()
410 V_tcp_fastopen_ccache.mask = V_tcp_fastopen_ccache.buckets - 1; in tcp_fastopen_init()
413 V_tcp_fastopen_ccache.base = malloc(V_tcp_fastopen_ccache.buckets * in tcp_fastopen_init()
417 for (i = 0; i < V_tcp_fastopen_ccache.buckets; i++) { in tcp_fastopen_init()
451 for (i = 0; i < V_tcp_fastopen_ccache.buckets; i++) { in tcp_fastopen_destroy()
815 for (i = 0; i < V_tcp_fastopen_ccache.buckets; in sysctl_net_inet_tcp_fastopen_ccache_bucket_limit()
839 for (i = 0; i < V_tcp_fastopen_ccache.buckets; i++) { in sysctl_net_inet_tcp_fastopen_client_enable()
849 for (i = 0; i < V_tcp_fastopen_ccache.buckets; i++) { in sysctl_net_inet_tcp_fastopen_client_enable()
1169 for (i = 0; i < V_tcp_fastopen_ccache.buckets; i++) { in sysctl_net_inet_tcp_fastopen_ccache_list()
1184 for (i = 0; i < V_tcp_fastopen_ccache.buckets; i++) { in sysctl_net_inet_tcp_fastopen_ccache_list()