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

/external/iptables/libiptc/
H A Dlibiptc.c2467 static void counters_nomap(STRUCT_COUNTERS_INFO *newcounters, unsigned int idx) argument
2469 newcounters->counters[idx] = ((STRUCT_COUNTERS) { 0, 0});
2473 static void counters_normal_map(STRUCT_COUNTERS_INFO *newcounters, argument
2484 newcounters->counters[idx] = repl->counters[mappos];
2488 static void counters_map_zeroed(STRUCT_COUNTERS_INFO *newcounters, argument
2499 subtract_counters(&newcounters->counters[idx],
2505 static void counters_map_set(STRUCT_COUNTERS_INFO *newcounters, argument
2510 memcpy(&newcounters->counters[idx], counters,
2522 STRUCT_COUNTERS_INFO *newcounters; local
2564 newcounters
[all...]

Completed in 135 milliseconds