Home
last modified time | relevance | path

Searched refs:entry_offset (Results 1 – 5 of 5) sorted by relevance

/net/batman-adv/
A Dmulticast_forw.c115 size_t entry_offset) in batadv_mcast_forw_orig_entry() argument
118 switch (entry_offset) { in batadv_mcast_forw_orig_entry()
129 return (struct batadv_orig_node *)((void *)node - entry_offset); in batadv_mcast_forw_orig_entry()
194 size_t entry_offset, in batadv_mcast_forw_push_dests_list() argument
203 orig_node = batadv_mcast_forw_orig_entry(node, entry_offset); in batadv_mcast_forw_push_dests_list()
/net/ipv4/netfilter/
A Darp_tables.c741 unsigned int entry_offset; in compat_calc_entry() local
745 entry_offset = (void *)e - base; in compat_calc_entry()
750 ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off); in compat_calc_entry()
1082 unsigned int entry_offset; in check_compat_entry_size_and_hooks() local
1103 entry_offset = (void *)e - (void *)base; in check_compat_entry_size_and_hooks()
1116 ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off); in check_compat_entry_size_and_hooks()
A Dip_tables.c895 unsigned int entry_offset; in compat_calc_entry() local
899 entry_offset = (void *)e - base; in compat_calc_entry()
905 ret = xt_compat_add_offset(AF_INET, entry_offset, off); in compat_calc_entry()
1295 unsigned int entry_offset; in check_compat_entry_size_and_hooks() local
1317 entry_offset = (void *)e - (void *)base; in check_compat_entry_size_and_hooks()
1337 ret = xt_compat_add_offset(AF_INET, entry_offset, off); in check_compat_entry_size_and_hooks()
/net/ipv6/netfilter/
A Dip6_tables.c911 unsigned int entry_offset; in compat_calc_entry() local
915 entry_offset = (void *)e - base; in compat_calc_entry()
921 ret = xt_compat_add_offset(AF_INET6, entry_offset, off); in compat_calc_entry()
1311 unsigned int entry_offset; in check_compat_entry_size_and_hooks() local
1333 entry_offset = (void *)e - (void *)base; in check_compat_entry_size_and_hooks()
1353 ret = xt_compat_add_offset(AF_INET6, entry_offset, off); in check_compat_entry_size_and_hooks()
/net/bridge/netfilter/
A Debtables.c1787 unsigned int entry_offset; in compat_calc_entry() local
1794 entry_offset = (void *)e - base; in compat_calc_entry()
1806 ret = xt_compat_add_offset(NFPROTO_BRIDGE, entry_offset, off); in compat_calc_entry()

Completed in 26 milliseconds