Home
last modified time | relevance | path

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

/external/iptables/libiptc/
Dlibiptc.c115 STRUCT_COUNTERS counters; /* per-chain counters */
1633 STRUCT_COUNTERS *counters, in TC_GET_POLICY()
2136 STRUCT_COUNTERS *
2190 STRUCT_COUNTERS *counters, in TC_SET_COUNTER()
2212 memcpy(&e->counters, counters, sizeof(STRUCT_COUNTERS)); in TC_SET_COUNTER()
2402 STRUCT_COUNTERS *counters, in TC_SET_POLICY()
2432 memcpy(&c->counters, counters, sizeof(STRUCT_COUNTERS)); in TC_SET_POLICY()
2450 subtract_counters(STRUCT_COUNTERS *answer, in subtract_counters()
2451 const STRUCT_COUNTERS *a, in subtract_counters()
2452 const STRUCT_COUNTERS *b) in subtract_counters()
[all …]
Dlibip6tc.c43 #define STRUCT_COUNTERS struct xt_counters macro
Dlibip4tc.c45 #define STRUCT_COUNTERS struct xt_counters macro