Home
last modified time | relevance | path

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

/linux/include/linux/netfilter/
H A Dx_tables.h296 struct xt_counters *xt_counters_alloc(unsigned int counters);
/linux/net/netfilter/
H A Dx_tables.c1370 struct xt_counters *xt_counters_alloc(unsigned int counters) in xt_counters_alloc() function
1383 EXPORT_SYMBOL(xt_counters_alloc);
/linux/net/ipv4/netfilter/
H A Dip_tables.c1046 counters = xt_counters_alloc(num_counters); in __do_replace()