Home
last modified time | relevance | path

Searched refs:OVS_PACKET_HASH_L4_BIT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/openvswitch/
H A Ddatapath.h151 * @OVS_PACKET_HASH_L4_BIT: indicates hash is a canonical 4-tuple hash
156 OVS_PACKET_HASH_L4_BIT = (1ULL << 33), enumerator
H A Ddatapath.c518 hash |= OVS_PACKET_HASH_L4_BIT; in queue_userspace_packet()
596 !!(hash & OVS_PACKET_HASH_L4_BIT)); in ovs_packet_cmd_execute()
/kernel/linux/linux-6.6/net/openvswitch/
H A Ddatapath.h169 * @OVS_PACKET_HASH_L4_BIT: indicates hash is a canonical 4-tuple hash
174 OVS_PACKET_HASH_L4_BIT = (1ULL << 33), enumerator
H A Ddatapath.c556 hash |= OVS_PACKET_HASH_L4_BIT; in queue_userspace_packet()
634 !!(hash & OVS_PACKET_HASH_L4_BIT)); in ovs_packet_cmd_execute()

Completed in 7 milliseconds