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

/freebsd-12-stable/sys/netinet/
H A Dtcp_log_buf.c1732 int error, outnum; local
1749 outnum = tp->t_lognum;
1752 outsize = outnum = 0;
1762 outnum++;
1782 outsize = outnum * (sizeof(struct tcp_log_buffer) +
1805 KASSERT(outnum == tp->t_lognum,
1806 ("%s:%d: outnum (%d) should match tp->t_lognum (%d)",
1807 __func__, __LINE__, outnum, tp->t_lognum));
1813 KASSERT(outnum < tp->t_lognum,
1814 ("%s:%d: outnum (
1821 __func__, __LINE__, tp, &log_tailq, outnum, tp->t_lognum)); local
[all...]

Completed in 50 milliseconds