Home
last modified time | relevance | path

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

/freebsd/sys/dev/tcp_log/
H A Dtcp_log_dev.c60 static struct log_queueh tcp_log_dev_queue_head = STAILQ_HEAD_INITIALIZER(tcp_log_dev_queue_head); variable
145 STAILQ_REMOVE(&tcp_log_dev_queue_head, entry, tcp_log_dev_queue, in tcp_log_dev_clear_refcount()
172 STAILQ_FOREACH_FROM_SAFE(entry, &tcp_log_dev_queue_head, in tcp_log_dev_clear_cdevpriv()
216 priv->tldi_head = STAILQ_FIRST(&tcp_log_dev_queue_head); in tcp_log_dev_open()
219 STAILQ_FOREACH(entry, &tcp_log_dev_queue_head, tldq_queue) in tcp_log_dev_open()
462 STAILQ_INSERT_TAIL(&tcp_log_dev_queue_head, entry, tldq_queue); in tcp_log_dev_add_log()