Home
last modified time | relevance | path

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

/freebsd-src/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-src/sys/netinet/
H A Dtcp_log_buf.h309 struct tcp_log_common_header tlh_common;
H A Dtcp_log_buf.c2298 static struct tcp_log_common_header *
2345 return ((struct tcp_log_common_header *)hdr); in tcp_log_expandlogbuf()