Home
last modified time | relevance | path

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

/linux-4.1.27/net/bridge/netfilter/
Debt_among.c136 const struct ebt_mac_wormhash *wh_dst, *wh_src; in ebt_among_mt() local
139 wh_dst = ebt_among_wh_dst(info); in ebt_among_mt()
157 if (wh_dst) { in ebt_among_mt()
163 if (!ebt_mac_wormhash_contains(wh_dst, dmac, dip)) in ebt_among_mt()
167 if (ebt_mac_wormhash_contains(wh_dst, dmac, dip)) in ebt_among_mt()
181 const struct ebt_mac_wormhash *wh_dst, *wh_src; in ebt_among_mt_check() local
184 wh_dst = ebt_among_wh_dst(info); in ebt_among_mt_check()
186 expected_length += ebt_mac_wormhash_size(wh_dst); in ebt_among_mt_check()
195 if (wh_dst && (err = ebt_mac_wormhash_check_integrity(wh_dst))) { in ebt_among_mt_check()