Home
last modified time | relevance | path

Searched refs:OVS_PACKET_CMD_MISS (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dopenvswitch.h142 OVS_PACKET_CMD_MISS, /* Flow table miss. */ enumerator
238 * among which OVS_PACKET_CMD_MISS upcalls will be distributed for packets
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dopenvswitch.h153 OVS_PACKET_CMD_MISS, /* Flow table miss. */ enumerator
249 * among which OVS_PACKET_CMD_MISS upcalls will be distributed for packets
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dopenvswitch.h80 OVS_PACKET_CMD_MISS, enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dopenvswitch.h80 OVS_PACKET_CMD_MISS, enumerator
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dopenvswitch.h66 OVS_PACKET_CMD_MISS, enumerator
/kernel/linux/linux-6.6/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py1435 OVS_PACKET_CMD_MISS = 1 # Flow table miss variable in OvsPacket
1467 if msg["cmd"] == OvsPacket.OVS_PACKET_CMD_MISS:
/kernel/linux/linux-6.6/net/openvswitch/
H A 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()
/kernel/linux/linux-5.10/net/openvswitch/
H A Ddatapath.c240 upcall.cmd = OVS_PACKET_CMD_MISS; in ovs_dp_process_packet()

Completed in 18 milliseconds