Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/netfilter/
Dx_tables.h306 struct xt_counters *xt_counters_alloc(unsigned int counters);
/linux-6.6.21/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-6.6.21/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-6.6.21/net/ipv6/netfilter/
Dip6_tables.c1063 counters = xt_counters_alloc(num_counters); in __do_replace()