Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_fastopen.c423 V_tcp_fastopen_ccache.base[i].ccb_num_entries = 0; in tcp_fastopen_init()
426 V_tcp_fastopen_ccache.base[i].ccb_num_entries = -1; in tcp_fastopen_init()
841 KASSERT(ccb->ccb_num_entries > -1, in sysctl_net_inet_tcp_fastopen_client_enable()
843 __func__, ccb->ccb_num_entries)); in sysctl_net_inet_tcp_fastopen_client_enable()
854 KASSERT(ccb->ccb_num_entries == -1, in sysctl_net_inet_tcp_fastopen_client_enable()
856 ccb->ccb_num_entries)); in sysctl_net_inet_tcp_fastopen_client_enable()
857 ccb->ccb_num_entries = 0; /* enable bucket */ in sysctl_net_inet_tcp_fastopen_client_enable()
1063 if (ccb->ccb_num_entries < V_tcp_fastopen_ccache.bucket_limit) in tcp_fastopen_ccache_create()
1079 ccb->ccb_num_entries++; in tcp_fastopen_ccache_create()
1122 KASSERT(ccb->ccb_num_entries <= (int)limit, in tcp_fastopen_ccache_bucket_trim()
[all …]
H A Dtcp_fastopen.h69 int ccb_num_entries; member