Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_base.c2449 case NGQF_FN: in ng_apply_item()
2473 if ((item->el_flags & NGQF_TYPE) == NGQF_FN) { in ng_apply_item()
3023 case NGQF_FN: in ng_free_item()
3300 case NGQF_FN: in dumpitem()
3709 if ((item = ng_alloc_item(NGQF_FN, flags)) == NULL) { in ng_send_fn1()
3791 if ((item = ng_alloc_item(NGQF_FN, NG_NOFLAGS)) == NULL) in ng_callout()
H A Dnetgraph.h664 #define NGQF_FN 0x02 /* the queue element is a function */ macro
/f-stack/lib/
H A Dff_ng_base.c2467 case NGQF_FN: in ng_apply_item()
2491 if ((item->el_flags & NGQF_TYPE) == NGQF_FN) { in ng_apply_item()
3047 case NGQF_FN: in ng_free_item()
3328 case NGQF_FN: in dumpitem()
3739 if ((item = ng_alloc_item(NGQF_FN, flags)) == NULL) { in ng_send_fn1()
3821 if ((item = ng_alloc_item(NGQF_FN, NG_NOFLAGS)) == NULL) in ng_callout()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h666 #define NGQF_FN 0x02 /* the queue element is a function */ macro