Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_log_buf.c212 struct tcp_log_buffer tlm_buf; member
1819 log_buf = &log_entry->tlm_buf; in tcp_log_event()
2099 if (log_entry->tlm_buf.tlb_eventflags & TLB_FLAG_HDR) in tcp_log_logs_to_buf()
2103 error = tcp_log_copyout(sopt, &log_entry->tlm_buf, out_entry, in tcp_log_logs_to_buf()
2107 if (!(log_entry->tlm_buf.tlb_eventflags & TLB_FLAG_HDR)) { in tcp_log_logs_to_buf()
2117 if (log_entry->tlm_buf.tlb_eventflags & TLB_FLAG_VERBOSE) { in tcp_log_logs_to_buf()
2178 if (log_next->tlm_buf.tlb_eventflags & in tcp_log_getlogbuf()
2997 db_print_tcphdr(struct tcp_log_buffer *tlm_buf) in db_print_tcphdr() argument
3006 if ((tlm_buf->tlb_eventflags & TLB_FLAG_HDR) == 0) { in db_print_tcphdr()
3009 th = &tlm_buf->tlb_th; in db_print_tcphdr()
[all …]