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

/linux-master/include/uapi/linux/
H A Dopenvswitch.h171 * @OVS_PACKET_ATTR_ACTIONS: Contains actions for the packet. Used
197 OVS_PACKET_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */ enumerator in enum:ovs_packet_attr
/linux-master/net/openvswitch/
H A Ddatapath.c411 /* OVS_PACKET_ATTR_ACTIONS */
522 nla = nla_nest_start_noflag(user_skb, OVS_PACKET_ATTR_ACTIONS);
610 !a[OVS_PACKET_ATTR_ACTIONS])
648 err = ovs_nla_copy_actions(net, a[OVS_PACKET_ATTR_ACTIONS],
695 [OVS_PACKET_ATTR_ACTIONS] = { .type = NLA_NESTED },

Completed in 209 milliseconds