Searched refs:TLB_FLAG_HDR (Results 1 – 3 of 3) sorted by relevance
61 TLB_FLAG_HDR = 0x0004 #/* Includes a TCP header */ variable157 if entry['tlm_buf']['tlb_eventflags'] & TLB_FLAG_HDR:170 if not entry['tlm_buf']['tlb_eventflags'] & TLB_FLAG_HDR:
140 #define TLB_FLAG_HDR 0x0004 /* Includes a TCP header */ macro
1896 log_buf->tlb_eventflags |= TLB_FLAG_HDR; in tcp_log_event()2099 if (log_entry->tlm_buf.tlb_eventflags & TLB_FLAG_HDR) in tcp_log_logs_to_buf()2107 if (!(log_entry->tlm_buf.tlb_eventflags & TLB_FLAG_HDR)) { in tcp_log_logs_to_buf()3006 if ((tlm_buf->tlb_eventflags & TLB_FLAG_HDR) == 0) { in db_print_tcphdr()