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