Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_log_buf.c660 if (tp->_t_logstate && STAILQ_FIRST(&tp->t_logs) && !same) { in tcp_log_set_id()
1187 KASSERT(log_entry == STAILQ_FIRST(&tp->t_logs), in tcp_log_remove_log_head()
1189 STAILQ_REMOVE_HEAD(&tp->t_logs, tlm_queue); in tcp_log_remove_log_head()
1286 STAILQ_INIT(&tp->t_logs); in tcp_log_tcpcbinit()
1415 tln->tln_entries = tp->t_logs; in tcp_log_move_tp_to_node()
1420 STAILQ_INIT(&tp->t_logs); in tcp_log_move_tp_to_node()
1636 while ((log_entry = STAILQ_FIRST(&tp->t_logs)) != NULL) in tcp_log_tcpcbfini()
1659 while ((log_entry = STAILQ_FIRST(&tp->t_logs)) != NULL) in tcp_log_purge_tp_logbuf()
1798 if ((log_entry = STAILQ_FIRST(&tp->t_logs)) == NULL) in tcp_log_event()
1800 STAILQ_REMOVE_HEAD(&tp->t_logs, tlm_queue); in tcp_log_event()
[all …]
H A Dtcp_var.h444 struct tcp_log_stailq t_logs; /* Log buffer */ member