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

/external/iptables/libiptc/
H A Dlibiptc.c1971 static void counters_nomap(STRUCT_COUNTERS_INFO *newcounters, argument
1974 newcounters->counters[index] = ((STRUCT_COUNTERS) { 0, 0});
1978 static void counters_normal_map(STRUCT_COUNTERS_INFO *newcounters, argument
1990 newcounters->counters[index] = repl->counters[mappos];
1994 static void counters_map_zeroed(STRUCT_COUNTERS_INFO *newcounters, argument
2007 subtract_counters(&newcounters->counters[index],
2013 static void counters_map_set(STRUCT_COUNTERS_INFO *newcounters, argument
2019 memcpy(&newcounters->counters[index], counters,
2031 STRUCT_COUNTERS_INFO *newcounters; local
2073 newcounters
[all...]

Completed in 115 milliseconds