Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_log_buf.c2301 if (entry->tldl_common.tldq_buf != NULL) in tcp_log_free_queue()
2302 free(entry->tldl_common.tldq_buf, M_TCPLOGDEV); in tcp_log_free_queue()
2465 entry->tldl_common.tldq_buf = NULL; in tcp_log_dump_tp_logbuf()
2466 entry->tldl_common.tldq_xform = tcp_log_expandlogbuf; in tcp_log_dump_tp_logbuf()
2467 entry->tldl_common.tldq_dtor = tcp_log_free_queue; in tcp_log_dump_tp_logbuf()
2535 entry->tldl_common.tldq_buf = NULL; in tcp_log_dump_node_logbuf()
2536 entry->tldl_common.tldq_xform = tcp_log_expandlogbuf; in tcp_log_dump_node_logbuf()
2537 entry->tldl_common.tldq_dtor = tcp_log_free_queue; in tcp_log_dump_node_logbuf()
H A Dtcp_log_buf.h314 struct tcp_log_dev_queue tldl_common; member