Searched refs:entry_offset (Results 1 – 5 of 5) sorted by relevance
| /net/batman-adv/ |
| A D | multicast_forw.c | 115 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 D | arp_tables.c | 741 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 D | ip_tables.c | 895 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 D | ip6_tables.c | 911 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 D | ebtables.c | 1787 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