Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph/netgraph/
HDng_base.c1871 static struct ng_queue_entry *ngqbase; /* items to be unqueued */ variable
1949 if (ngqbase) { in ng_queue_data()
1952 ngqbase = q; in ng_queue_data()
1998 if (ngqbase) { in ng_queue_msg()
2001 ngqbase = q; in ng_queue_msg()
2038 if ((ngq = ngqbase)) { in ngintr()
2039 ngqbase = ngq->next; in ngintr()