Home
last modified time | relevance | path

Searched refs:xt_counters_alloc (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/include/linux/netfilter/
Dx_tables.h306 struct xt_counters *xt_counters_alloc(unsigned int counters);
/Linux-v5.10/net/netfilter/
Dx_tables.c1337 struct xt_counters *xt_counters_alloc(unsigned int counters) in xt_counters_alloc() function
1350 EXPORT_SYMBOL(xt_counters_alloc);
/Linux-v5.10/net/ipv4/netfilter/
Darp_tables.c893 counters = xt_counters_alloc(num_counters); in __do_replace()
Dip_tables.c1048 counters = xt_counters_alloc(num_counters); in __do_replace()
/Linux-v5.10/net/ipv6/netfilter/
Dip6_tables.c1065 counters = xt_counters_alloc(num_counters); in __do_replace()