Searched refs:STRUCT_COUNTERS (Results 1 – 3 of 3) sorted by relevance
/external/iptables/libiptc/ |
D | libiptc.c | 121 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 …]
|
D | libip6tc.c | 43 #define STRUCT_COUNTERS struct ip6t_counters macro
|
D | libip4tc.c | 48 #define STRUCT_COUNTERS struct ipt_counters macro
|