Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dopenvswitch.h197 OVS_PACKET_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */ enumerator
/linux/net/openvswitch/
H A Ddatapath.c521 nla = nla_nest_start_noflag(user_skb, OVS_PACKET_ATTR_ACTIONS); in queue_userspace_packet()
609 !a[OVS_PACKET_ATTR_ACTIONS]) in ovs_packet_cmd_execute()
647 err = ovs_nla_copy_actions(net, a[OVS_PACKET_ATTR_ACTIONS], in ovs_packet_cmd_execute()
694 [OVS_PACKET_ATTR_ACTIONS] = { .type = NLA_NESTED },