Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dopenvswitch.h153 OVS_PACKET_CMD_MISS, /* Flow table miss. */ enumerator
/linux-6.6.21/tools/testing/selftests/net/openvswitch/
Dovs-dpctl.py1396 OVS_PACKET_CMD_MISS = 1 # Flow table miss variable in OvsPacket
1428 if msg["cmd"] == OvsPacket.OVS_PACKET_CMD_MISS:
/linux-6.6.21/net/openvswitch/
Ddatapath.c221 if (upcall_info->cmd != OVS_PACKET_CMD_MISS && in ovs_vport_update_upcall_stats()
267 upcall.cmd = OVS_PACKET_CMD_MISS; in ovs_dp_process_packet()