Searched refs:STRUCT_COUNTERS (Results 1 – 3 of 3) sorted by relevance
/external/iptables/libiptc/ |
D | libiptc.c | 122 STRUCT_COUNTERS counters; /* per-chain counters */ 1185 memcpy(&foot->e.counters, &c->counters, sizeof(STRUCT_COUNTERS)); in iptcc_compile_chain() 1648 STRUCT_COUNTERS *counters, in TC_GET_POLICY() 2148 STRUCT_COUNTERS * 2204 STRUCT_COUNTERS *counters, in TC_SET_COUNTER() 2227 memcpy(&e->counters, counters, sizeof(STRUCT_COUNTERS)); in TC_SET_COUNTER() 2417 STRUCT_COUNTERS *counters, in TC_SET_POLICY() 2447 memcpy(&c->counters, counters, sizeof(STRUCT_COUNTERS)); in TC_SET_POLICY() 2465 subtract_counters(STRUCT_COUNTERS *answer, in subtract_counters() 2466 const STRUCT_COUNTERS *a, in subtract_counters() [all …]
|
D | libip6tc.c | 43 #define STRUCT_COUNTERS struct xt_counters macro
|
D | libip4tc.c | 45 #define STRUCT_COUNTERS struct xt_counters macro
|