Searched refs:log_next (Results 1 – 1 of 1) sorted by relevance
2139 struct tcp_log_mem *log_entry, *log_next; in tcp_log_getlogbuf() local2157 log_next = NULL; in tcp_log_getlogbuf()2164 STAILQ_FOREACH(log_next, &tp->t_logs, tlm_queue) { in tcp_log_getlogbuf()2166 if (log_next->tlm_buf.tlb_eventflags & in tcp_log_getlogbuf()2173 log_entry = log_next; in tcp_log_getlogbuf()2213 if (log_entry != NULL && log_next == NULL) { in tcp_log_getlogbuf()2265 STAILQ_FOREACH_SAFE(log_entry, &log_tailq, tlm_queue, log_next) { in tcp_log_getlogbuf()