Home
last modified time | relevance | path

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

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