Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_base.c2453 case NGQF_FN2: in ng_apply_item()
3031 case NGQF_FN2: in ng_free_item()
3316 case NGQF_FN2: in dumpitem()
3767 if ((item = ng_alloc_item(NGQF_FN2, flags)) == NULL) in ng_send_fn2()
3772 if ((item = ng_realloc_item(pitem, NGQF_FN2, flags)) == NULL) in ng_send_fn2()
H A Dnetgraph.h673 #define NGQF_FN2 0x03 /* the queue element is a new function */ macro