Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dopenvswitch.h196 OVS_PACKET_ATTR_KEY, /* Nested OVS_KEY_ATTR_* attributes. */ enumerator
/openbmc/linux/net/openvswitch/
H A Ddatapath.c497 err = ovs_nla_put_key(key, key, OVS_PACKET_ATTR_KEY, false, user_skb); in queue_userspace_packet()
609 if (!a[OVS_PACKET_ATTR_PACKET] || !a[OVS_PACKET_ATTR_KEY] || in ovs_packet_cmd_execute()
643 err = ovs_flow_key_extract_userspace(net, a[OVS_PACKET_ATTR_KEY], in ovs_packet_cmd_execute()
694 [OVS_PACKET_ATTR_KEY] = { .type = NLA_NESTED },