Searched refs:xt_copy_counters (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/include/linux/netfilter/ |
D | x_tables.h | 304 void *xt_copy_counters(sockptr_t arg, unsigned int len,
|
/Linux-v5.10/net/netfilter/ |
D | x_tables.c | 1050 void *xt_copy_counters(sockptr_t arg, unsigned int len, in xt_copy_counters() function 1102 EXPORT_SYMBOL_GPL(xt_copy_counters);
|
/Linux-v5.10/net/ipv4/netfilter/ |
D | arp_tables.c | 1009 paddc = xt_copy_counters(arg, len, &tmp); in do_add_counters()
|
D | ip_tables.c | 1165 paddc = xt_copy_counters(arg, len, &tmp); in do_add_counters()
|
/Linux-v5.10/net/ipv6/netfilter/ |
D | ip6_tables.c | 1182 paddc = xt_copy_counters(arg, len, &tmp); in do_add_counters()
|