Lines Matching defs:ccb
378 #define CCB_LOCK(ccb) mtx_lock(&(ccb)->ccb_mtx) argument
379 #define CCB_UNLOCK(ccb) mtx_unlock(&(ccb)->ccb_mtx) argument
380 #define CCB_LOCK_ASSERT(ccb) mtx_assert(&(ccb)->ccb_mtx, MA_OWNED) argument
448 struct tcp_fastopen_ccache_bucket *ccb; in tcp_fastopen_destroy() local
803 struct tcp_fastopen_ccache_bucket *ccb; in sysctl_net_inet_tcp_fastopen_ccache_bucket_limit() local
830 struct tcp_fastopen_ccache_bucket *ccb; in sysctl_net_inet_tcp_fastopen_client_enable() local
870 struct tcp_fastopen_ccache_bucket *ccb; in tcp_fastopen_connect() local
957 struct tcp_fastopen_ccache_bucket *ccb; in tcp_fastopen_disable_path() local
983 struct tcp_fastopen_ccache_bucket *ccb; in tcp_fastopen_update_cache() local
1016 struct tcp_fastopen_ccache_bucket *ccb; in tcp_fastopen_ccache_lookup() local
1049 tcp_fastopen_ccache_create(struct tcp_fastopen_ccache_bucket *ccb, in tcp_fastopen_ccache_create()
1109 tcp_fastopen_ccache_bucket_trim(struct tcp_fastopen_ccache_bucket *ccb, in tcp_fastopen_ccache_bucket_trim()
1135 struct tcp_fastopen_ccache_bucket *ccb) in tcp_fastopen_ccache_entry_drop()
1149 struct tcp_fastopen_ccache_bucket *ccb; in sysctl_net_inet_tcp_fastopen_ccache_list() local