Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/netfilter/
Dx_tables.h306 struct xt_counters *xt_counters_alloc(unsigned int counters);
/Linux-v6.6/net/netfilter/
Dx_tables.c1368 struct xt_counters *xt_counters_alloc(unsigned int counters) in xt_counters_alloc() function
1381 EXPORT_SYMBOL(xt_counters_alloc);
/Linux-v6.6/net/ipv4/netfilter/
Darp_tables.c894 counters = xt_counters_alloc(num_counters); in __do_replace()
Dip_tables.c1046 counters = xt_counters_alloc(num_counters); in __do_replace()
/Linux-v6.6/net/ipv6/netfilter/
Dip6_tables.c1063 counters = xt_counters_alloc(num_counters); in __do_replace()