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

/external/iptables/libiptc/
H A Dlibiptc.c88 unsigned int mappos; member in struct:counter_map
832 h->chain_iterator_cur->counter_map.mappos = num-1;
1005 r->counter_map.mappos = r->index;
2482 unsigned int mappos)
2491 newcounters->counters[idx] = repl->counters[mappos];
2492 DEBUGP_C("NORMAL_MAP => mappos %u \n", mappos);
2497 unsigned int mappos, STRUCT_COUNTERS *counters)
2507 &repl->counters[mappos],
2509 DEBUGP_C("ZEROED => mappos
2480 counters_normal_map(STRUCT_COUNTERS_INFO *newcounters, STRUCT_REPLACE *repl, unsigned int idx, unsigned int mappos) argument
2495 counters_map_zeroed(STRUCT_COUNTERS_INFO *newcounters, STRUCT_REPLACE *repl, unsigned int idx, unsigned int mappos, STRUCT_COUNTERS *counters) argument
[all...]

Completed in 59 milliseconds