Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_log_buf.c1830 log_buf->tlb_eventflags = 0; in tcp_log_event()
1835 log_buf->tlb_eventflags |= TLB_FLAG_RXBUF; in tcp_log_event()
1844 log_buf->tlb_eventflags |= TLB_FLAG_TXBUF; in tcp_log_event()
1887 log_buf->tlb_eventflags |= TLB_FLAG_STACKINFO; in tcp_log_event()
1895 log_buf->tlb_eventflags |= TLB_FLAG_HDR; in tcp_log_event()
1908 log_buf->tlb_eventflags |= TLB_FLAG_VERBOSE; in tcp_log_event()
2098 if (log_entry->tlm_buf.tlb_eventflags & TLB_FLAG_HDR) in tcp_log_logs_to_buf()
2106 if (!(log_entry->tlm_buf.tlb_eventflags & TLB_FLAG_HDR)) { in tcp_log_logs_to_buf()
2116 if (log_entry->tlm_buf.tlb_eventflags & TLB_FLAG_VERBOSE) { in tcp_log_logs_to_buf()
2177 if (log_next->tlm_buf.tlb_eventflags & in tcp_log_getlogbuf()
[all …]
H A Dtcp_log_buf.h137 uint16_t tlb_eventflags; /* Flags for the record */ member