Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_log_buf.c2083 if (entry->tldl_common.tldq_buf != NULL) in tcp_log_free_queue()
2084 free(entry->tldl_common.tldq_buf, M_TCPLOGDEV); in tcp_log_free_queue()
2248 entry->tldl_common.tldq_buf = NULL; in tcp_log_dump_tp_logbuf()
2249 entry->tldl_common.tldq_xform = tcp_log_expandlogbuf; in tcp_log_dump_tp_logbuf()
2250 entry->tldl_common.tldq_dtor = tcp_log_free_queue; in tcp_log_dump_tp_logbuf()
2318 entry->tldl_common.tldq_buf = NULL; in tcp_log_dump_node_logbuf()
2319 entry->tldl_common.tldq_xform = tcp_log_expandlogbuf; in tcp_log_dump_node_logbuf()
2320 entry->tldl_common.tldq_dtor = tcp_log_free_queue; in tcp_log_dump_node_logbuf()
H A Dtcp_log_buf.h280 struct tcp_log_dev_queue tldl_common; member