xt_compat_add_offset  512 include/linux/netfilter/x_tables.h int xt_compat_add_offset(u_int8_t af, unsigned int offset, int delta);
xt_compat_add_offset 1755 net/bridge/netfilter/ebtables.c 	ret = xt_compat_add_offset(NFPROTO_BRIDGE, entry_offset, off);
xt_compat_add_offset 2127 net/bridge/netfilter/ebtables.c 		ret = xt_compat_add_offset(NFPROTO_BRIDGE, offset, new_offset);
xt_compat_add_offset  749 net/ipv4/netfilter/arp_tables.c 	ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off);
xt_compat_add_offset 1114 net/ipv4/netfilter/arp_tables.c 	ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off);
xt_compat_add_offset  906 net/ipv4/netfilter/ip_tables.c 	ret = xt_compat_add_offset(AF_INET, entry_offset, off);
xt_compat_add_offset 1337 net/ipv4/netfilter/ip_tables.c 	ret = xt_compat_add_offset(AF_INET, entry_offset, off);
xt_compat_add_offset  922 net/ipv6/netfilter/ip6_tables.c 	ret = xt_compat_add_offset(AF_INET6, entry_offset, off);
xt_compat_add_offset 1353 net/ipv6/netfilter/ip6_tables.c 	ret = xt_compat_add_offset(AF_INET6, entry_offset, off);
xt_compat_add_offset  662 net/netfilter/x_tables.c EXPORT_SYMBOL_GPL(xt_compat_add_offset);