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

/freebsd-13-stable/sys/netinet/
H A Dtcp_fastopen.h71 int ccb_num_entries; member in struct:tcp_fastopen_ccache_bucket
H A Dtcp_fastopen.c424 V_tcp_fastopen_ccache.base[i].ccb_num_entries = 0;
427 V_tcp_fastopen_ccache.base[i].ccb_num_entries = -1;
842 KASSERT(ccb->ccb_num_entries > -1,
843 ("%s: ccb->ccb_num_entries %d is negative",
844 __func__, ccb->ccb_num_entries));
855 KASSERT(ccb->ccb_num_entries == -1,
856 ("%s: ccb->ccb_num_entries %d not -1", __func__,
857 ccb->ccb_num_entries));
858 ccb->ccb_num_entries = 0; /* enable bucket */
1065 if (ccb->ccb_num_entries < V_tcp_fastopen_ccach
[all...]

Completed in 163 milliseconds