Searched refs:wh_dst (Results 1 – 1 of 1) sorted by relevance
137 const struct ebt_mac_wormhash *wh_dst, *wh_src; in ebt_among_mt() local140 wh_dst = ebt_among_wh_dst(info); in ebt_among_mt()158 if (wh_dst) { in ebt_among_mt()164 if (!ebt_mac_wormhash_contains(wh_dst, dmac, dip)) in ebt_among_mt()168 if (ebt_mac_wormhash_contains(wh_dst, dmac, dip)) in ebt_among_mt()209 const struct ebt_mac_wormhash *wh_dst, *wh_src; in ebt_among_mt_check() local219 wh_dst = ebt_among_wh_dst(info); in ebt_among_mt_check()220 if (poolsize_invalid(wh_dst)) in ebt_among_mt_check()223 expected_length += ebt_mac_wormhash_size(wh_dst); 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()[all …]