Searched refs:hash_act (Results 1 – 1 of 1) sorted by relevance
1109 struct ovs_action_hash *hash_act = nla_data(attr); in execute_hash() local1112 if (hash_act->hash_alg == OVS_HASH_ALG_L4) { in execute_hash()1115 } else if (hash_act->hash_alg == OVS_HASH_ALG_SYM_L4) { in execute_hash()1122 hash = jhash_1word(hash, hash_act->hash_basis); in execute_hash()