Searched refs:wh_src_ofs (Results 1 – 2 of 2) sorted by relevance
51 int wh_src_ofs; member60 #define ebt_among_wh_src(x) ((x)->wh_src_ofs ? \61 (struct ebt_mac_wormhash*)((char*)(x) + (x)->wh_src_ofs) : NULL)
216 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()