Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_base.c2450 case NGQF_FN2: in ng_apply_item()
3024 case NGQF_FN2: in ng_free_item()
3309 case NGQF_FN2: in dumpitem()
3747 if ((item = ng_alloc_item(NGQF_FN2, flags)) == NULL) in ng_send_fn2()
3752 if ((item = ng_realloc_item(pitem, NGQF_FN2, flags)) == NULL) in ng_send_fn2()
H A Dnetgraph.h665 #define NGQF_FN2 0x03 /* the queue element is a new function */ macro
/f-stack/lib/
H A Dff_ng_base.c2468 case NGQF_FN2: in ng_apply_item()
3048 case NGQF_FN2: in ng_free_item()
3337 case NGQF_FN2: in dumpitem()
3777 if ((item = ng_alloc_item(NGQF_FN2, flags)) == NULL) in ng_send_fn2()
3782 if ((item = ng_realloc_item(pitem, NGQF_FN2, flags)) == NULL) in ng_send_fn2()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h667 #define NGQF_FN2 0x03 /* the queue element is a new function */ macro