Home
last modified time | relevance | path

Searched refs:wh_dst_ofs (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/netfilter_bridge/
H A Debt_among.h50 int wh_dst_ofs; member
58 #define ebt_among_wh_dst(x) ((x)->wh_dst_ofs ? \
59 (struct ebt_mac_wormhash*)((char*)(x) + (x)->wh_dst_ofs) : NULL)
/openbmc/linux/net/bridge/netfilter/
H A Debt_among.c215 if (wormhash_offset_invalid(info->wh_dst_ofs, em->match_size) || in ebt_among_mt_check()
231 if (info->wh_src_ofs < info->wh_dst_ofs) { in ebt_among_mt_check()
232 if (!wormhash_sizes_valid(wh_src, info->wh_src_ofs, info->wh_dst_ofs)) in ebt_among_mt_check()
235 if (!wormhash_sizes_valid(wh_dst, info->wh_dst_ofs, info->wh_src_ofs)) in ebt_among_mt_check()