Searched refs:tlb_eventflags (Results 1 – 2 of 2) sorted by relevance
1830 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 …]
137 uint16_t tlb_eventflags; /* Flags for the record */ member