Searched refs:xt_compat_add_offset (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/include/linux/netfilter/ |
D | x_tables.h | 516 int xt_compat_add_offset(u_int8_t af, unsigned int offset, int delta);
|
/linux-6.6.21/net/ipv4/netfilter/ |
D | arp_tables.c | 750 ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off); in compat_calc_entry() 1112 ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off); in check_compat_entry_size_and_hooks()
|
D | ip_tables.c | 905 ret = xt_compat_add_offset(AF_INET, entry_offset, off); in compat_calc_entry() 1333 ret = xt_compat_add_offset(AF_INET, entry_offset, off); in check_compat_entry_size_and_hooks()
|
/linux-6.6.21/net/ipv6/netfilter/ |
D | ip6_tables.c | 921 ret = xt_compat_add_offset(AF_INET6, entry_offset, off); in compat_calc_entry() 1349 ret = xt_compat_add_offset(AF_INET6, entry_offset, off); in check_compat_entry_size_and_hooks()
|
/linux-6.6.21/net/netfilter/ |
D | x_tables.c | 665 int xt_compat_add_offset(u_int8_t af, unsigned int offset, int delta) in xt_compat_add_offset() function 684 EXPORT_SYMBOL_GPL(xt_compat_add_offset);
|
/linux-6.6.21/net/bridge/netfilter/ |
D | ebtables.c | 1802 ret = xt_compat_add_offset(NFPROTO_BRIDGE, entry_offset, off); in compat_calc_entry() 2173 ret = xt_compat_add_offset(NFPROTO_BRIDGE, offset, new_offset); in size_entry_mwt()
|