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

/freebsd-13-stable/sys/dev/tcp_log/
H A Dtcp_log_dev.h56 * tldq_xform: If tldq_buf is NULL, the code will call this to create the
68 struct tcp_log_common_header *(*tldq_xform)(struct tcp_log_dev_queue *entry); member in struct:tcp_log_dev_queue
H A Dtcp_log_dev.c321 buf = (*entry->tldq_xform)(entry);
449 KASSERT(entry->tldq_buf != NULL || entry->tldq_xform != NULL,
450 ("%s: Called with both tldq_buf and tldq_xform set to NULL",
/freebsd-13-stable/sys/netinet/
H A Dtcp_log_buf.c2249 entry->tldl_common.tldq_xform = tcp_log_expandlogbuf;
2319 entry->tldl_common.tldq_xform = tcp_log_expandlogbuf;

Completed in 159 milliseconds