Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_fastopen.c844 KASSERT(ccb->ccb_num_entries > -1, in sysctl_net_inet_tcp_fastopen_client_enable()
846 __func__, ccb->ccb_num_entries)); in sysctl_net_inet_tcp_fastopen_client_enable()
857 KASSERT(ccb->ccb_num_entries == -1, in sysctl_net_inet_tcp_fastopen_client_enable()
859 ccb->ccb_num_entries)); in sysctl_net_inet_tcp_fastopen_client_enable()
860 ccb->ccb_num_entries = 0; /* enable bucket */ in sysctl_net_inet_tcp_fastopen_client_enable()
1083 ccb->ccb_num_entries++; in tcp_fastopen_ccache_create()
1126 KASSERT(ccb->ccb_num_entries <= (int)limit, in tcp_fastopen_ccache_bucket_trim()
1128 ccb->ccb_num_entries, limit)); in tcp_fastopen_ccache_bucket_trim()
1145 ccb->ccb_num_entries--; in tcp_fastopen_ccache_entry_drop()
1176 if (ccb->ccb_num_entries > 0) in sysctl_net_inet_tcp_fastopen_ccache_list()
[all …]
H A Dtcp_fastopen.h71 int ccb_num_entries; member