Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_base.c1990 ngq->q_flags); in ng_dequeue()
2022 NG_QUEUE_LOCK(ngq); in ng_queue_rw()
2036 NG_QUEUE_UNLOCK(ngq); in ng_queue_rw()
2099 NG_QUEUE_LOCK(ngq);
2148 if (QUEUE_ACTIVE(ngq) && NEXT_QUEUED_ITEM_CAN_PROCEED(ngq))
2150 NG_QUEUE_UNLOCK(ngq);
2177 NG_QUEUE_LOCK(ngq); in ng_flush_input_queue()
2194 NG_QUEUE_LOCK(ngq); in ng_flush_input_queue()
2196 NG_QUEUE_UNLOCK(ngq); in ng_flush_input_queue()
2325 NG_QUEUE_LOCK(ngq); in ng_snd_item()
[all …]
/f-stack/lib/
H A Dff_ng_base.c1997 ngq->q_flags); in ng_dequeue()
2029 NG_QUEUE_LOCK(ngq); in ng_queue_rw()
2043 NG_QUEUE_UNLOCK(ngq); in ng_queue_rw()
2106 NG_QUEUE_LOCK(ngq);
2155 if (QUEUE_ACTIVE(ngq) && NEXT_QUEUED_ITEM_CAN_PROCEED(ngq))
2157 NG_QUEUE_UNLOCK(ngq);
2184 NG_QUEUE_LOCK(ngq); in ng_flush_input_queue()
2201 NG_QUEUE_LOCK(ngq); in ng_flush_input_queue()
2203 NG_QUEUE_UNLOCK(ngq); in ng_flush_input_queue()
2237 struct ng_queue *ngq; in ng_snd_item() local
[all …]