OVS_NLERR         826 net/openvswitch/actions.c 		OVS_NLERR(1, "L2 header too long to fragment");
OVS_NLERR        1332 net/openvswitch/conntrack.c 		OVS_NLERR(log, "Unknown helper \"%s\"", name);
OVS_NLERR        1348 net/openvswitch/conntrack.c 			OVS_NLERR(log, "Failed to load \"%s\" NAT helper, error: %d",
OVS_NLERR        1386 net/openvswitch/conntrack.c 			OVS_NLERR(log, "Unknown NAT attribute (type=%d, max=%d)",
OVS_NLERR        1392 net/openvswitch/conntrack.c 			OVS_NLERR(log, "NAT attribute type %d has unexpected length (%d != %d)",
OVS_NLERR        1402 net/openvswitch/conntrack.c 				OVS_NLERR(log, "Only one type of NAT may be specified");
OVS_NLERR        1447 net/openvswitch/conntrack.c 			OVS_NLERR(log, "Unknown nat attribute (%d)", type);
OVS_NLERR        1453 net/openvswitch/conntrack.c 		OVS_NLERR(log, "NAT attribute has %d unknown bytes", rem);
OVS_NLERR        1459 net/openvswitch/conntrack.c 			OVS_NLERR(log,
OVS_NLERR        1466 net/openvswitch/conntrack.c 		OVS_NLERR(log,
OVS_NLERR        1518 net/openvswitch/conntrack.c 			OVS_NLERR(log,
OVS_NLERR        1527 net/openvswitch/conntrack.c 			OVS_NLERR(log,
OVS_NLERR        1550 net/openvswitch/conntrack.c 				OVS_NLERR(log, "ct_mark mask cannot be 0");
OVS_NLERR        1562 net/openvswitch/conntrack.c 				OVS_NLERR(log, "ct_labels mask cannot be 0");
OVS_NLERR        1572 net/openvswitch/conntrack.c 				OVS_NLERR(log, "Invalid conntrack helper");
OVS_NLERR        1593 net/openvswitch/conntrack.c 				OVS_NLERR(log, "Invalid conntrack timeout");
OVS_NLERR        1600 net/openvswitch/conntrack.c 			OVS_NLERR(log, "Unknown conntrack attr (%d)",
OVS_NLERR        1608 net/openvswitch/conntrack.c 		OVS_NLERR(log,
OVS_NLERR        1615 net/openvswitch/conntrack.c 		OVS_NLERR(log,
OVS_NLERR        1621 net/openvswitch/conntrack.c 		OVS_NLERR(log, "Conntrack attr has %d unknown bytes", rem);
OVS_NLERR        1659 net/openvswitch/conntrack.c 		OVS_NLERR(log, "ct family unspecified");
OVS_NLERR        1676 net/openvswitch/conntrack.c 		OVS_NLERR(log, "Failed to allocate conntrack template");
OVS_NLERR        1952 net/openvswitch/conntrack.c 			OVS_NLERR(true, "zone id is out of range");
OVS_NLERR        1973 net/openvswitch/conntrack.c 		OVS_NLERR(true, "set zone limit has %d unknown bytes", rem);
OVS_NLERR        1996 net/openvswitch/conntrack.c 			OVS_NLERR(true, "zone id is out of range");
OVS_NLERR        2008 net/openvswitch/conntrack.c 		OVS_NLERR(true, "del zone limit has %d unknown bytes", rem);
OVS_NLERR        2067 net/openvswitch/conntrack.c 			OVS_NLERR(true, "zone id is out of range");
OVS_NLERR        2084 net/openvswitch/conntrack.c 		OVS_NLERR(true, "get zone limit has %d unknown bytes", rem);
OVS_NLERR        2274 net/openvswitch/conntrack.c 		OVS_NLERR(true, "Failed to set connlabel length");
OVS_NLERR         914 net/openvswitch/datapath.c 		OVS_NLERR(log, "Flow key attr not present in new flow.");
OVS_NLERR         918 net/openvswitch/datapath.c 		OVS_NLERR(log, "Flow actions attr not present in new flow.");
OVS_NLERR         954 net/openvswitch/datapath.c 		OVS_NLERR(log, "Flow actions may not be safe on all matching packets.");
OVS_NLERR        1073 net/openvswitch/datapath.c 		OVS_NLERR(log,
OVS_NLERR        1115 net/openvswitch/datapath.c 			OVS_NLERR(log,
OVS_NLERR        1154 net/openvswitch/datapath.c 		OVS_NLERR(log,
OVS_NLERR        1259 net/openvswitch/datapath.c 		OVS_NLERR(log,
OVS_NLERR         290 net/openvswitch/flow_netlink.c 		OVS_NLERR(log, "Missing key (keys=%llx, expected=%llx)",
OVS_NLERR         298 net/openvswitch/flow_netlink.c 		OVS_NLERR(log, "Unexpected mask (mask=%llx, allowed=%llx)",
OVS_NLERR         475 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "Key type %d is out of range max %d",
OVS_NLERR         481 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "Duplicate key (type %d).", type);
OVS_NLERR         487 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "Key %d has unexpected len %d expected %d",
OVS_NLERR         498 net/openvswitch/flow_netlink.c 		OVS_NLERR(log, "Message has %d unknown bytes.", rem);
OVS_NLERR         526 net/openvswitch/flow_netlink.c 		OVS_NLERR(log, "Geneve option length err (len %d, max %zu).",
OVS_NLERR         532 net/openvswitch/flow_netlink.c 		OVS_NLERR(log, "Geneve opt len %d is not a multiple of 4.",
OVS_NLERR         556 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "Geneve option len %d != mask len %d",
OVS_NLERR         586 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "VXLAN extension %d out of range max %d",
OVS_NLERR         593 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "VXLAN extension %d has unexpected len %d expected %d",
OVS_NLERR         604 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "Unknown VXLAN extension attribute %d",
OVS_NLERR         610 net/openvswitch/flow_netlink.c 		OVS_NLERR(log, "VXLAN extension message has %d unknown bytes.",
OVS_NLERR         636 net/openvswitch/flow_netlink.c 		OVS_NLERR(log, "ERSPAN option length err (len %d, max %zu).",
OVS_NLERR         669 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "Tunnel attr %d out of range max %d",
OVS_NLERR         676 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "Tunnel attr %d has unexpected len %d expected %d",
OVS_NLERR         735 net/openvswitch/flow_netlink.c 				OVS_NLERR(log, "Multiple metadata blocks provided");
OVS_NLERR         748 net/openvswitch/flow_netlink.c 				OVS_NLERR(log, "Multiple metadata blocks provided");
OVS_NLERR         763 net/openvswitch/flow_netlink.c 				OVS_NLERR(log, "Multiple metadata blocks provided");
OVS_NLERR         780 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "Unknown IP tunnel attribute %d",
OVS_NLERR         794 net/openvswitch/flow_netlink.c 		OVS_NLERR(log, "IP tunnel attribute has %d unknown bytes.",
OVS_NLERR         800 net/openvswitch/flow_netlink.c 		OVS_NLERR(log, "Mixed IPv4 and IPv6 tunnel attributes");
OVS_NLERR         806 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "IP tunnel dst address not specified");
OVS_NLERR         818 net/openvswitch/flow_netlink.c 					OVS_NLERR(log, "IPv4 tun info is not correct");
OVS_NLERR         822 net/openvswitch/flow_netlink.c 				OVS_NLERR(log, "IPv4 tunnel dst address is zero");
OVS_NLERR         827 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "IPv6 tunnel dst address is zero");
OVS_NLERR         832 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "IP tunnel TTL not specified.");
OVS_NLERR         998 net/openvswitch/flow_netlink.c 		OVS_NLERR(log, "Invalid %s frame", (inner) ? "C-VLAN" : "VLAN");
OVS_NLERR        1007 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "%s TCI does not have VLAN_CFI_MASK bit set.",
OVS_NLERR        1012 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "Truncated %s header has non-zero encap attribute.",
OVS_NLERR        1038 net/openvswitch/flow_netlink.c 		OVS_NLERR(log, "Encap mask attribute is set for non-%s frame.",
OVS_NLERR        1050 net/openvswitch/flow_netlink.c 		OVS_NLERR(log, "Must have an exact match on %s TPID (mask=%x).",
OVS_NLERR        1055 net/openvswitch/flow_netlink.c 		OVS_NLERR(log, "%s TCI mask does not have exact match for VLAN_CFI_MASK bit.",
OVS_NLERR        1132 net/openvswitch/flow_netlink.c 		OVS_NLERR(log, "EtherType %x is less than min %x",
OVS_NLERR        1174 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "Port %d exceeds max allowable %d",
OVS_NLERR        1203 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "ct_state flags %08x unsupported",
OVS_NLERR        1394 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "nsh attr %d is out of range max %d",
OVS_NLERR        1401 net/openvswitch/flow_netlink.c 			OVS_NLERR(
OVS_NLERR        1445 net/openvswitch/flow_netlink.c 				OVS_NLERR(
OVS_NLERR        1455 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "Unknown nsh attribute %d",
OVS_NLERR        1462 net/openvswitch/flow_netlink.c 		OVS_NLERR(log, "nsh attribute has %d unknown bytes.", rem);
OVS_NLERR        1467 net/openvswitch/flow_netlink.c 		OVS_NLERR(
OVS_NLERR        1477 net/openvswitch/flow_netlink.c 			OVS_NLERR(1, "nsh attribute has unmatched MD type %d.",
OVS_NLERR        1484 net/openvswitch/flow_netlink.c 			OVS_NLERR(
OVS_NLERR        1519 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "VLAN attribute unexpected.");
OVS_NLERR        1532 net/openvswitch/flow_netlink.c 		OVS_NLERR(log, "Either Ethernet header or EtherType is required.");
OVS_NLERR        1541 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "IPv4 frag type %d is out of range max %d",
OVS_NLERR        1565 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "IPv6 frag type %d is out of range max %d",
OVS_NLERR        1571 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "IPv6 flow label %x is out of range (max=%x)",
OVS_NLERR        1603 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "Unknown ARP opcode (opcode=%d).",
OVS_NLERR        1711 net/openvswitch/flow_netlink.c 		OVS_NLERR(log, "Unknown key attributes %llx",
OVS_NLERR        1846 net/openvswitch/flow_netlink.c 		OVS_NLERR(log, "ufid size %u bytes exceeds the range (1, %d)",
OVS_NLERR        2333 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "Flow action size exceeds max %u",
OVS_NLERR        3200 net/openvswitch/flow_netlink.c 			OVS_NLERR(log, "Unknown Action type %d", type);