Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_source.c95 struct ng_source_embed_cnt_info embed_counter[NG_SOURCE_COUNTERS];
475 if (embed->index >= NG_SOURCE_COUNTERS || in ng_source_rcvmsg()
491 if (index >= NG_SOURCE_COUNTERS) { in ng_source_rcvmsg()
879 for (i = 0; !modify && i < NG_SOURCE_COUNTERS; ++i) in ng_source_dup_mod()
899 for (i = 0; i < NG_SOURCE_COUNTERS; ++i) { in ng_source_dup_mod()
H A Dng_source.h98 #define NG_SOURCE_COUNTERS 4 macro
/f-stack/tools/compat/include/netgraph/
H A Dng_source.h98 #define NG_SOURCE_COUNTERS 4 macro