Home
last modified time | relevance | path

Searched refs:wh_src (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
140 wh_src = ebt_among_wh_src(info); in ebt_among_mt()
142 if (wh_src) { in ebt_among_mt()
148 if (!ebt_mac_wormhash_contains(wh_src, smac, sip)) in ebt_among_mt()
152 if (ebt_mac_wormhash_contains(wh_src, smac, sip)) in ebt_among_mt()
181 const struct ebt_mac_wormhash *wh_dst, *wh_src; in ebt_among_mt_check() local
185 wh_src = ebt_among_wh_src(info); in ebt_among_mt_check()
187 expected_length += ebt_mac_wormhash_size(wh_src); in ebt_among_mt_check()
199 if (wh_src && (err = ebt_mac_wormhash_check_integrity(wh_src))) { in ebt_among_mt_check()