Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_log_buf.c1930 struct tcp_log_mem *log_entry, *log_next; in tcp_log_getlogbuf() local
1949 log_next = NULL; in tcp_log_getlogbuf()
1956 STAILQ_FOREACH(log_next, &tp->t_logs, tlm_queue) { in tcp_log_getlogbuf()
1958 if (log_next->tlm_buf.tlb_eventflags & in tcp_log_getlogbuf()
1965 log_entry = log_next; in tcp_log_getlogbuf()
2005 if (log_entry != NULL && log_next == NULL) { in tcp_log_getlogbuf()
2057 STAILQ_FOREACH_SAFE(log_entry, &log_tailq, tlm_queue, log_next) { in tcp_log_getlogbuf()