Home
last modified time | relevance | path

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

/linux-6.15/net/openvswitch/
H A Ddatapath.h184 OVS_PACKET_HASH_SW_BIT = (1ULL << 32), enumerator
H A Ddatapath.c552 hash |= OVS_PACKET_HASH_SW_BIT; in queue_userspace_packet()
632 !!(hash & OVS_PACKET_HASH_SW_BIT), in ovs_packet_cmd_execute()