Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph/netgraph/
HDng_base.c1852 struct ng_queue_entry { struct
1854 struct ng_queue_entry *next; argument
1871 static struct ng_queue_entry *ngqbase; /* items to be unqueued */ argument
1872 static struct ng_queue_entry *ngqlast; /* last item queued */
1876 static struct ng_queue_entry *ngqfree; /* free ones */
1883 static struct ng_queue_entry *
1886 struct ng_queue_entry *q; in ng_getqblk()
1928 struct ng_queue_entry *q; in ng_queue_data()
1970 struct ng_queue_entry *q; in ng_queue_msg()
2020 struct ng_queue_entry *ngq; in ngintr()