Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/netfilter/
H A Dx_tables.h306 struct xt_counters *xt_counters_alloc(unsigned int counters);
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dx_tables.c1333 struct xt_counters *xt_counters_alloc(unsigned int counters) in xt_counters_alloc() function
1346 EXPORT_SYMBOL(xt_counters_alloc);
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Darp_tables.c893 counters = xt_counters_alloc(num_counters); in __do_replace()
H A Dip_tables.c1048 counters = xt_counters_alloc(num_counters); in __do_replace()
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dip6_tables.c1066 counters = xt_counters_alloc(num_counters); in __do_replace()