Searched refs:NG_SOURCE_COUNTERS (Results 1 – 3 of 3) sorted by relevance
95 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()
98 #define NG_SOURCE_COUNTERS 4 macro