Searched refs:tldq_dtor (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/tcp_log/
H A Dtcp_log_dev.h60 * tldq_dtor: This function is called to free the queue entry. If tldq_buf is
69 void (*tldq_dtor)(struct tcp_log_dev_queue *entry); member in struct:tcp_log_dev_queue
H A Dtcp_log_dev.c150 (*entry->tldq_dtor)(entry);
452 KASSERT(entry->tldq_dtor != NULL,
453 ("%s: Called with tldq_dtor set to NULL", __func__));
/freebsd-13-stable/sys/netinet/
H A Dtcp_log_buf.c2250 entry->tldl_common.tldq_dtor = tcp_log_free_queue;
2320 entry->tldl_common.tldq_dtor = tcp_log_free_queue;

Completed in 108 milliseconds