Home
last modified time | relevance | path

Searched refs:xt_counters (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/netfilter/
H A Dx_tables.h317 struct xt_counters *xt_counters_alloc(unsigned int counters);
442 struct xt_counters *counter);
443 void xt_percpu_counter_free(struct xt_counters *cnt);
445 static inline struct xt_counters *
446 xt_get_this_cpu_counter(struct xt_counters *cnt) in xt_get_this_cpu_counter()
454 static inline struct xt_counters *
455 xt_get_per_cpu_counter(struct xt_counters *cnt, unsigned int cpu) in xt_get_per_cpu_counter()
/linux/include/uapi/linux/netfilter_arp/
H A Darp_tables.h29 #define arpt_counters xt_counters
109 struct xt_counters counters;
181 struct xt_counters __user *counters;
/linux/include/uapi/linux/netfilter_ipv4/
H A Dip_tables.h37 #define ipt_counters xt_counters
121 struct xt_counters counters;
203 struct xt_counters __user *counters;
/linux/include/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h37 #define ip6t_counters xt_counters
125 struct xt_counters counters;
243 struct xt_counters __user *counters;
/linux/include/uapi/linux/netfilter/
H A Dx_tables.h110 struct xt_counters { struct
122 struct xt_counters counters[]; argument
/linux/net/netfilter/
H A Dx_tables.c1198 size = sizeof(struct xt_counters); in xt_copy_counters()
1463 struct xt_counters *xt_counters_alloc(unsigned int counters) in xt_counters_alloc()
1465 struct xt_counters *mem; in xt_counters_alloc()
2121 struct xt_counters *counter) in xt_percpu_counter_alloc()
2144 void xt_percpu_counter_free(struct xt_counters *counters) in xt_percpu_counter_free()