Home
last modified time | relevance | path

Searched refs:TLB_FLAG_HDR (Results 1 – 3 of 3) sorted by relevance

/freebsd/tools/tools/kgdb/
H A Dtcplog.py61 TLB_FLAG_HDR = 0x0004 #/* Includes a TCP header */ variable
157 if entry['tlm_buf']['tlb_eventflags'] & TLB_FLAG_HDR:
170 if not entry['tlm_buf']['tlb_eventflags'] & TLB_FLAG_HDR:
/freebsd/sys/netinet/
H A Dtcp_log_buf.h140 #define TLB_FLAG_HDR 0x0004 /* Includes a TCP header */ macro
H A Dtcp_log_buf.c1896 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()