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

/linux-master/include/uapi/linux/
H A Dopenvswitch.h154 OVS_PACKET_CMD_ACTION, /* OVS_ACTION_ATTR_USERSPACE action. */ enumerator in enum:ovs_packet_cmd
164 * %OVS_PACKET_CMD_ACTION, %OVS_PACKET_ATTR_PACKET reflects changes made by
175 * @OVS_PACKET_ATTR_USERDATA: Present for an %OVS_PACKET_CMD_ACTION
179 * @OVS_PACKET_ATTR_EGRESS_TUN_KEY: Present for an %OVS_PACKET_CMD_ACTION
184 * @OVS_PACKET_ATTR_MRU: Present for an %OVS_PACKET_CMD_ACTION and
680 * @OVS_USERSPACE_ATTR_PID: u32 Netlink PID to which the %OVS_PACKET_CMD_ACTION
683 * copied to the %OVS_PACKET_CMD_ACTION message as %OVS_PACKET_ATTR_USERDATA.
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py1436 OVS_PACKET_CMD_ACTION = 2 # USERSPACE action variable in class:OvsPacket
1469 elif msg["cmd"] == OvsPacket.OVS_PACKET_CMD_ACTION:
/linux-master/net/openvswitch/
H A Dactions.c964 upcall.cmd = OVS_PACKET_CMD_ACTION;
H A Ddatapath.c222 upcall_info->cmd != OVS_PACKET_CMD_ACTION)

Completed in 193 milliseconds