Home
last modified time | relevance | path

Searched refs:t_loglimit (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_log_buf.c707 tp->t_loglimit = tp->t_lib->tlb_loglimit; in tcp_log_set_id()
998 tp->t_loglimit = tp->t_lib->tlb_loglimit; in tcp_log_set_id()
1302 tp->t_loglimit = tcp_log_session_limit; in tcp_log_tcpcbinit()
1732 if (tp->t_lognum < tp->t_loglimit) { in tcp_log_event()
H A Dtcp_var.h440 int t_loglimit; /* Maximum number of log entries */ member
H A Dtcp_usrreq.c2904 tp->t_lognum, tp->t_loglimit, tp->t_logsn); in db_print_tcpcb()