Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py1841 OVS_PACKET_CMD_ACTION = 2 # USERSPACE action variable in OvsPacket
1874 elif msg["cmd"] == OvsPacket.OVS_PACKET_CMD_ACTION:
/linux/net/openvswitch/
H A Dactions.c872 upcall.cmd = OVS_PACKET_CMD_ACTION; in output_userspace()
H A Ddatapath.c221 upcall_info->cmd != OVS_PACKET_CMD_ACTION) in ovs_vport_update_upcall_stats()