Searched refs:wh_src (Results 1 – 1 of 1) sorted by relevance
137 const struct ebt_mac_wormhash *wh_dst, *wh_src; in ebt_among_mt() local141 wh_src = ebt_among_wh_src(info); in ebt_among_mt()143 if (wh_src) { in ebt_among_mt()149 if (!ebt_mac_wormhash_contains(wh_src, smac, sip)) in ebt_among_mt()153 if (ebt_mac_wormhash_contains(wh_src, smac, sip)) in ebt_among_mt()209 const struct ebt_mac_wormhash *wh_dst, *wh_src; in ebt_among_mt_check() local227 wh_src = ebt_among_wh_src(info); in ebt_among_mt_check()228 if (poolsize_invalid(wh_src)) 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()239 expected_length += ebt_mac_wormhash_size(wh_src); in ebt_among_mt_check()[all …]