Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_log_buf.c1654 log_buf->tlb_eventflags = 0; in tcp_log_event_()
1659 log_buf->tlb_eventflags |= TLB_FLAG_RXBUF; in tcp_log_event_()
1665 log_buf->tlb_eventflags |= TLB_FLAG_TXBUF; in tcp_log_event_()
1706 log_buf->tlb_eventflags |= TLB_FLAG_STACKINFO; in tcp_log_event_()
1714 log_buf->tlb_eventflags |= TLB_FLAG_HDR; in tcp_log_event_()
1725 log_buf->tlb_eventflags |= TLB_FLAG_VERBOSE; in tcp_log_event_()
1878 if (log_entry->tlm_buf.tlb_eventflags & TLB_FLAG_HDR) in tcp_log_logs_to_buf()
1886 if (!(log_entry->tlm_buf.tlb_eventflags & TLB_FLAG_HDR)) { in tcp_log_logs_to_buf()
1896 if (log_entry->tlm_buf.tlb_eventflags & TLB_FLAG_VERBOSE) { in tcp_log_logs_to_buf()
1958 if (log_next->tlm_buf.tlb_eventflags & in tcp_log_getlogbuf()
H A Dtcp_log_buf.h119 uint16_t tlb_eventflags; /* Flags for the record */ member