Searched refs:t_logs (Results 1 – 2 of 2) sorted by relevance
920 KASSERT(log_entry == STAILQ_FIRST(&tp->t_logs), in tcp_log_remove_log_head()922 STAILQ_REMOVE_HEAD(&tp->t_logs, tlm_queue); in tcp_log_remove_log_head()1017 STAILQ_INIT(&tp->t_logs); in tcp_log_tcpcbinit()1143 tln->tln_entries = tp->t_logs; in tcp_log_move_tp_to_node()1148 STAILQ_INIT(&tp->t_logs); in tcp_log_move_tp_to_node()1313 while ((log_entry = STAILQ_FIRST(&tp->t_logs)) != NULL) in tcp_log_tcpcbfini()1436 if ((log_entry = STAILQ_FIRST(&tp->t_logs)) == NULL) in tcp_log_event_()1438 STAILQ_REMOVE_HEAD(&tp->t_logs, tlm_queue); in tcp_log_event_()1538 STAILQ_INSERT_TAIL(&tp->t_logs, log_entry, tlm_queue); in tcp_log_event_()1555 while ((log_entry = STAILQ_FIRST(&tp->t_logs)) != NULL) in tcp_log_state_change()[all …]
212 struct tcp_log_stailq t_logs; /* Log buffer */ member