Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dopenvswitch.h157 OVS_PACKET_CMD_EXECUTE /* Apply actions to a packet. */ enumerator
/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py1843 OVS_PACKET_CMD_EXECUTE = 3 # Apply actions to packet variable in OvsPacket
1877 elif msg["cmd"] == OvsPacket.OVS_PACKET_CMD_EXECUTE:
/linux/net/openvswitch/
H A Ddatapath.c731 { .cmd = OVS_PACKET_CMD_EXECUTE,
748 .resv_start_op = OVS_PACKET_CMD_EXECUTE + 1,