Home
last modified time | relevance | path

Searched refs:OVS_PACKET_CMD_MISS (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py1840 OVS_PACKET_CMD_MISS = 1 # Flow table miss variable in OvsPacket
1872 if msg["cmd"] == OvsPacket.OVS_PACKET_CMD_MISS:
/linux/net/openvswitch/
H A Ddatapath.c220 if (upcall_info->cmd != OVS_PACKET_CMD_MISS && in ovs_vport_update_upcall_stats()
268 upcall.cmd = OVS_PACKET_CMD_MISS; in ovs_dp_process_packet()