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

/freebsd-13-stable/sys/netinet/
H A Dtcp_subr.c382 static int tcp_fb_cnt = 0; variable
912 cnt = tcp_fb_cnt;
936 KASSERT(cnt == tcp_fb_cnt,
937 ("%s: cnt (%d) != tcp_fb_cnt (%d)", __func__, cnt, tcp_fb_cnt));
1211 tcp_fb_cnt++;
1228 tcp_fb_cnt--;
1358 tcp_fb_cnt--;

Completed in 102 milliseconds