Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/netfilter/
H A Dx_tables.h306 struct xt_counters *xt_counters_alloc(unsigned int counters);
429 struct xt_counters *counter);
430 void xt_percpu_counter_free(struct xt_counters *cnt);
432 static inline struct xt_counters *
433 xt_get_this_cpu_counter(struct xt_counters *cnt) in xt_get_this_cpu_counter()
441 static inline struct xt_counters *
442 xt_get_per_cpu_counter(struct xt_counters *cnt, unsigned int cpu) in xt_get_per_cpu_counter()
/openbmc/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;
/openbmc/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;
/openbmc/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;
/openbmc/linux/net/ipv4/netfilter/
H A Darp_tables.c223 struct xt_counters *counter; in arpt_do_table()
601 struct xt_counters counters[]) in get_counters()
612 struct xt_counters *tmp; in get_counters()
631 struct xt_counters counters[]) in get_old_counters()
639 struct xt_counters *tmp; in get_old_counters()
652 struct xt_counters *counters; in alloc_counters()
676 struct xt_counters *counters; in copy_entries_to_user()
889 struct xt_counters *counters; in __do_replace()
1007 struct xt_counters *paddc; in do_add_counters()
1035 struct xt_counters *tmp; in do_add_counters()
[all …]
H A Dip_tables.c280 struct xt_counters *counter; in ipt_do_table()
740 struct xt_counters counters[]) in get_counters()
751 struct xt_counters *tmp; in get_counters()
770 struct xt_counters counters[]) in get_old_counters()
778 const struct xt_counters *tmp; in get_old_counters()
792 struct xt_counters *counters; in alloc_counters()
816 struct xt_counters *counters; in copy_entries_to_user()
1043 struct xt_counters *counters; in __do_replace()
1160 struct xt_counters *paddc; in do_add_counters()
1187 struct xt_counters *tmp; in do_add_counters()
[all …]
/openbmc/linux/net/ipv6/netfilter/
H A Dip6_tables.c302 struct xt_counters *counter; in ip6t_do_table()
757 struct xt_counters counters[]) in get_counters()
768 struct xt_counters *tmp; in get_counters()
787 struct xt_counters counters[]) in get_old_counters()
795 const struct xt_counters *tmp; in get_old_counters()
808 struct xt_counters *counters; in alloc_counters()
832 struct xt_counters *counters; in copy_entries_to_user()
1060 struct xt_counters *counters; in __do_replace()
1177 struct xt_counters *paddc; in do_add_counters()
1203 struct xt_counters *tmp; in do_add_counters()
[all …]
/openbmc/linux/include/uapi/linux/netfilter/
H A Dx_tables.h110 struct xt_counters { struct
122 struct xt_counters counters[]; argument
/openbmc/linux/net/netfilter/
H A Dx_tables.c1105 size = sizeof(struct xt_counters); in xt_copy_counters()
1368 struct xt_counters *xt_counters_alloc(unsigned int counters) in xt_counters_alloc()
1370 struct xt_counters *mem; in xt_counters_alloc()
1922 struct xt_counters *counter) in xt_percpu_counter_alloc()
1945 void xt_percpu_counter_free(struct xt_counters *counters) in xt_percpu_counter_free()