Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_log_buf.h298 struct tcp_log_header { struct
H A Dtcp_log_buf.c2311 struct tcp_log_header *hdr; in tcp_log_expandlogbuf()
2319 sopt.sopt_valsize = sizeof(struct tcp_log_header) + in tcp_log_expandlogbuf()
2330 sopt.sopt_valsize -= sizeof(struct tcp_log_header); in tcp_log_expandlogbuf()
2344 memset(hdr, 0, sizeof(struct tcp_log_header)); in tcp_log_expandlogbuf()