Home
last modified time | relevance | path

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

/linux-6.15/net/openvswitch/
H A Dactions.c1104 struct ovs_action_hash *hash_act = nla_data(attr); in execute_hash() local
1107 if (hash_act->hash_alg == OVS_HASH_ALG_L4) { in execute_hash()
1110 } else if (hash_act->hash_alg == OVS_HASH_ALG_SYM_L4) { in execute_hash()
1117 hash = jhash_1word(hash, hash_act->hash_basis); in execute_hash()