Searched refs:NG_SOURCE_COUNTERS (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/netgraph/
H A Dng_source.h98 #define NG_SOURCE_COUNTERS 4 macro
H A Dng_source.c95 struct ng_source_embed_cnt_info embed_counter[NG_SOURCE_COUNTERS];
467 if (embed->index >= NG_SOURCE_COUNTERS ||
483 if (index >= NG_SOURCE_COUNTERS) {
871 for (i = 0; !modify && i < NG_SOURCE_COUNTERS; ++i)
891 for (i = 0; i < NG_SOURCE_COUNTERS; ++i) {

Completed in 55 milliseconds