Searched refs:v6hash (Results 1 – 1 of 1) sorted by relevance
3342 u32 v6hash; in bond_xmit_hash_policy_l23() local3357 v6hash = (s[1] ^ d[1]) ^ (s[2] ^ d[2]) ^ (s[3] ^ d[3]); in bond_xmit_hash_policy_l23()3358 v6hash ^= (v6hash >> 24) ^ (v6hash >> 16) ^ (v6hash >> 8); in bond_xmit_hash_policy_l23()3359 return (v6hash ^ data->h_dest[5] ^ data->h_source[5]) % count; in bond_xmit_hash_policy_l23()