Home
last modified time | relevance | path

Searched refs:STRUCT_COUNTERS (Results 1 – 3 of 3) sorted by relevance

/external/iptables/libiptc/
Dlibiptc.c121 STRUCT_COUNTERS counters; /* per-chain counters */
1186 memcpy(&foot->e.counters, &c->counters, sizeof(STRUCT_COUNTERS)); in iptcc_compile_chain()
1643 STRUCT_COUNTERS *counters, in TC_GET_POLICY()
2141 STRUCT_COUNTERS *
2197 STRUCT_COUNTERS *counters, in TC_SET_COUNTER()
2220 memcpy(&e->counters, counters, sizeof(STRUCT_COUNTERS)); in TC_SET_COUNTER()
2410 STRUCT_COUNTERS *counters, in TC_SET_POLICY()
2440 memcpy(&c->counters, counters, sizeof(STRUCT_COUNTERS)); in TC_SET_POLICY()
2458 subtract_counters(STRUCT_COUNTERS *answer, in subtract_counters()
2459 const STRUCT_COUNTERS *a, in subtract_counters()
[all …]
Dlibip6tc.c43 #define STRUCT_COUNTERS struct ip6t_counters macro
Dlibip4tc.c48 #define STRUCT_COUNTERS struct ipt_counters macro