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

/linux-master/include/uapi/linux/
H A Dopenvswitch.h153 OVS_PACKET_CMD_MISS, /* Flow table miss. */ enumerator in enum:ovs_packet_cmd
249 * among which OVS_PACKET_CMD_MISS upcalls will be distributed for packets
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py1435 OVS_PACKET_CMD_MISS = 1 # Flow table miss variable in class:OvsPacket
1467 if msg["cmd"] == OvsPacket.OVS_PACKET_CMD_MISS:
/linux-master/net/openvswitch/
H A Ddatapath.c221 if (upcall_info->cmd != OVS_PACKET_CMD_MISS &&
267 upcall.cmd = OVS_PACKET_CMD_MISS;

Completed in 305 milliseconds