Searched refs:xt_counters (Results 1 – 5 of 5) sorted by relevance
29 #define arpt_counters xt_counters109 struct xt_counters counters;181 struct xt_counters __user *counters;
37 #define ipt_counters xt_counters121 struct xt_counters counters;203 struct xt_counters __user *counters;
306 struct xt_counters *xt_counters_alloc(unsigned int counters);428 struct xt_counters *counter);429 void xt_percpu_counter_free(struct xt_counters *cnt);431 static inline struct xt_counters *432 xt_get_this_cpu_counter(struct xt_counters *cnt) in xt_get_this_cpu_counter()440 static inline struct xt_counters *441 xt_get_per_cpu_counter(struct xt_counters *cnt, unsigned int cpu) in xt_get_per_cpu_counter()
37 #define ip6t_counters xt_counters125 struct xt_counters counters;243 struct xt_counters __user *counters;
110 struct xt_counters { struct122 struct xt_counters counters[0]; argument