Lines Matching defs:pktqueue
1 /* $NetBSD: pktqueue.c,v 1.22 2023/05/28 08:09:34 andvar Exp $ */
33 * The packet queue (pktqueue) interface is a lockless IP input queue
39 __KERNEL_RCSID(0, "$NetBSD: pktqueue.c,v 1.22 2023/05/28 08:09:34 andvar Exp $");
60 #include <net/pktqueue.h>
67 struct pktqueue {
90 LIST_ENTRY(pktqueue) pq_list;
108 * pktq_ifdetach() to issue a barrier on every pktqueue.
116 static LIST_HEAD(, pktqueue) pktqueue_list __read_mostly;
132 struct pktqueue *pq = vpq;
148 pktq_pcq(struct pktqueue *pq, struct cpu_info *ci)
459 * on a pktqueue at any given time, so we can assert
549 * already running handler for this pktqueue is no longer running.
591 struct pktqueue *pq = vpq;
711 * pktqueue_sysctl_setup: set up the sysctl nodes for a pktqueue