Home
last modified time | relevance | path

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

/freebsd/sys/dev/tcp_log/
H A Dtcp_log_dev.h35 struct tcp_log_common_header { struct
65 struct tcp_log_common_header *tldq_buf;
66 struct tcp_log_common_header *(*tldq_xform)(struct tcp_log_dev_queue *entry);
76 struct tcp_log_common_header *tldi_cur;
H A Dtcp_log_dev.c264 struct tcp_log_common_header *buf; in tcp_log_dev_read()
/freebsd/sys/netinet/
H A Dtcp_log_buf.h299 struct tcp_log_common_header tlh_common;
H A Dtcp_log_buf.c2310 static struct tcp_log_common_header *
2357 return ((struct tcp_log_common_header *)hdr); in tcp_log_expandlogbuf()