Searched refs:log_next (Results 1 – 1 of 1) sorted by relevance
2151 struct tcp_log_mem *log_entry, *log_next; in tcp_log_getlogbuf() local2169 log_next = NULL; in tcp_log_getlogbuf()2176 STAILQ_FOREACH(log_next, &tp->t_logs, tlm_queue) { in tcp_log_getlogbuf()2178 if (log_next->tlm_buf.tlb_eventflags & in tcp_log_getlogbuf()2185 log_entry = log_next; in tcp_log_getlogbuf()2225 if (log_entry != NULL && log_next == NULL) { in tcp_log_getlogbuf()2276 STAILQ_FOREACH_SAFE(log_entry, &log_tailq, tlm_queue, log_next) { in tcp_log_getlogbuf()