Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Dactions.c999 struct ovs_action_hash *hash_act = nla_data(attr); in execute_hash() local
1002 if (hash_act->hash_alg == OVS_HASH_ALG_L4) { in execute_hash()
1005 } else if (hash_act->hash_alg == OVS_HASH_ALG_SYM_L4) { in execute_hash()
1012 hash = jhash_1word(hash, hash_act->hash_basis); in execute_hash()