xt_compat_init_offsets  514 include/linux/netfilter/x_tables.h int xt_compat_init_offsets(u8 af, unsigned int number);
xt_compat_init_offsets 1781 net/bridge/netfilter/ebtables.c 	return xt_compat_init_offsets(NFPROTO_BRIDGE, number);
xt_compat_init_offsets  778 net/ipv4/netfilter/arp_tables.c 	ret = xt_compat_init_offsets(NFPROTO_ARP, info->number);
xt_compat_init_offsets 1177 net/ipv4/netfilter/arp_tables.c 	ret = xt_compat_init_offsets(NFPROTO_ARP, compatr->num_entries);
xt_compat_init_offsets  935 net/ipv4/netfilter/ip_tables.c 	ret = xt_compat_init_offsets(AF_INET, info->number);
xt_compat_init_offsets 1411 net/ipv4/netfilter/ip_tables.c 	ret = xt_compat_init_offsets(AF_INET, compatr->num_entries);
xt_compat_init_offsets  951 net/ipv6/netfilter/ip6_tables.c 	ret = xt_compat_init_offsets(AF_INET6, info->number);
xt_compat_init_offsets 1426 net/ipv6/netfilter/ip6_tables.c 	ret = xt_compat_init_offsets(AF_INET6, compatr->num_entries);
xt_compat_init_offsets  720 net/netfilter/x_tables.c EXPORT_SYMBOL(xt_compat_init_offsets);