Home
last modified time | relevance | path

Searched refs:xt_compat_add_offset (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/linux/netfilter/
Dx_tables.h513 int xt_compat_add_offset(u_int8_t af, unsigned int offset, int delta);
/Linux-v4.19/net/ipv4/netfilter/
Darp_tables.c743 ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off); in compat_calc_entry()
1108 ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off); in check_compat_entry_size_and_hooks()
Dip_tables.c909 ret = xt_compat_add_offset(AF_INET, entry_offset, off); in compat_calc_entry()
1340 ret = xt_compat_add_offset(AF_INET, entry_offset, off); in check_compat_entry_size_and_hooks()
/Linux-v4.19/net/netfilter/
Dx_tables.c648 int xt_compat_add_offset(u_int8_t af, unsigned int offset, int delta) in xt_compat_add_offset() function
667 EXPORT_SYMBOL_GPL(xt_compat_add_offset);
/Linux-v4.19/net/ipv6/netfilter/
Dip6_tables.c925 ret = xt_compat_add_offset(AF_INET6, entry_offset, off); in compat_calc_entry()
1356 ret = xt_compat_add_offset(AF_INET6, entry_offset, off); in check_compat_entry_size_and_hooks()
/Linux-v4.19/net/bridge/netfilter/
Debtables.c1815 ret = xt_compat_add_offset(NFPROTO_BRIDGE, entry_offset, off); in compat_calc_entry()
2181 ret = xt_compat_add_offset(NFPROTO_BRIDGE, offset, new_offset); in size_entry_mwt()