Lines Matching defs:range
95 struct sw_flow_key_range *range;
100 range = &match->range;
102 range = &match->mask->range;
104 if (range->start == range->end) {
105 range->start = start;
106 range->end = end;
110 if (range->start > start)
111 range->start = start;
113 if (range->end < end)
114 range->end = end;
478 OVS_NLERR(log, "Key type %d is out of range max %d",
589 OVS_NLERR(log, "VXLAN extension %d out of range max %d",
672 OVS_NLERR(log, "Tunnel attr %d out of range max %d",
1397 OVS_NLERR(log, "nsh attr %d is out of range max %d",
1544 OVS_NLERR(log, "IPv4 frag type %d is out of range max %d",
1568 OVS_NLERR(log, "IPv6 frag type %d is out of range max %d",
1574 OVS_NLERR(log, "IPv6 flow label %x is out of range (max=%x)",
1864 OVS_NLERR(log, "ufid size %u bytes exceeds the range (1, %d)",
2687 mask->range.start = mask->range.end = 0;