Searched refs:OVS_PACKET_CMD_EXECUTE (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dopenvswitch.h157 OVS_PACKET_CMD_EXECUTE /* Apply actions to a packet. */ enumerator in enum:ovs_packet_cmd
172 * for %OVS_PACKET_CMD_EXECUTE. It has nested %OVS_ACTION_ATTR_* attributes.
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py1437 OVS_PACKET_CMD_EXECUTE = 3 # Apply actions to packet variable in class:OvsPacket
1471 elif msg["cmd"] == OvsPacket.OVS_PACKET_CMD_EXECUTE:
/linux-master/net/openvswitch/
H A Ddatapath.c702 { .cmd = OVS_PACKET_CMD_EXECUTE,
719 .resv_start_op = OVS_PACKET_CMD_EXECUTE + 1,

Completed in 130 milliseconds