Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_log_buf.c1177 tp->t_lognum--; in tcp_log_remove_log_cleanup()
1421 tp->t_lognum = 0; in tcp_log_move_tp_to_node()
1656 if (tp->t_lognum == 0) in tcp_log_purge_tp_logbuf()
1724 tp->t_lognum++; in tcp_log_event()
2159 outnum = tp->t_lognum; in tcp_log_getlogbuf()
2219 tp->t_lognum = 0; in tcp_log_getlogbuf()
2234 tp->t_lognum -= outnum; in tcp_log_getlogbuf()
2253 tp->t_lognum += outnum; in tcp_log_getlogbuf()
2371 if (tp->t_lognum == 0) in tcp_log_dump_tp_logbuf()
2428 if (tp->t_lognum == 0) { in tcp_log_dump_tp_logbuf()
[all …]
H A Dtcp_var.h439 int t_lognum; /* Number of log entries */ member