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

/freebsd-13-stable/sys/dev/tcp_log/
H A Dtcp_log_dev.h54 * tldq_buf: should be NULL, or a pointer to a chunk of data. The data must be
56 * tldq_xform: If tldq_buf is NULL, the code will call this to create the
57 * the tldq_buf object. The function should *not* directly modify tldq_buf,
59 * indicated for tldq_buf).
60 * tldq_dtor: This function is called to free the queue entry. If tldq_buf is
67 struct tcp_log_common_header *tldq_buf; member in struct:tcp_log_dev_queue
H A Dtcp_log_dev.c221 priv->tldi_cur = priv->tldi_head->tldq_buf;
248 KASSERT(priv->tldi_head->tldq_buf == priv->tldi_cur,
250 __func__, __LINE__, priv->tldi_head->tldq_buf,
319 if (entry->tldq_buf == NULL) {
326 entry->tldq_buf = buf;
329 priv->tldi_cur = entry->tldq_buf;
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.c2083 if (entry->tldl_common.tldq_buf != NULL)
2084 free(entry->tldl_common.tldq_buf, M_TCPLOGDEV);
2248 entry->tldl_common.tldq_buf = NULL;
2318 entry->tldl_common.tldq_buf = NULL;

Completed in 63 milliseconds