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.c1820 log_buf->tlb_eventflags = 0; in tcp_log_event()
1825 log_buf->tlb_eventflags |= TLB_FLAG_RXBUF; in tcp_log_event()
1834 log_buf->tlb_eventflags |= TLB_FLAG_TXBUF; in tcp_log_event()
1876 log_buf->tlb_eventflags |= TLB_FLAG_STACKINFO; in tcp_log_event()
1884 log_buf->tlb_eventflags |= TLB_FLAG_HDR; in tcp_log_event()
1897 log_buf->tlb_eventflags |= TLB_FLAG_VERBOSE; in tcp_log_event()
2087 if (log_entry->tlm_buf.tlb_eventflags & TLB_FLAG_HDR) in tcp_log_logs_to_buf()
2095 if (!(log_entry->tlm_buf.tlb_eventflags & TLB_FLAG_HDR)) { in tcp_log_logs_to_buf()
2105 if (log_entry->tlm_buf.tlb_eventflags & TLB_FLAG_VERBOSE) { in tcp_log_logs_to_buf()
2166 if (log_next->tlm_buf.tlb_eventflags & in tcp_log_getlogbuf()
H A Dtcp_log_buf.h146 uint16_t tlb_eventflags; /* Flags for the record */ member