Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/netfilter_bridge/
Debt_among.h51 int wh_src_ofs; member
60 #define ebt_among_wh_src(x) ((x)->wh_src_ofs ? \
61 (struct ebt_mac_wormhash*)((char*)(x) + (x)->wh_src_ofs) : NULL)
/linux-6.12.1/net/bridge/netfilter/
Debt_among.c216 wormhash_offset_invalid(info->wh_src_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()