Searched refs:tldl_common (Results 1 – 2 of 2) sorted by relevance
2083 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()
280 struct tcp_log_dev_queue tldl_common; member