Lines Matching refs:OVS_NLERR
242 OVS_NLERR(log, "Missing key (keys=%llx, expected=%llx)", in match_validate()
250 OVS_NLERR(log, "Unexpected mask (mask=%llx, allowed=%llx)", in match_validate()
395 OVS_NLERR(log, "Key type %d is out of range max %d", in __parse_flow_nlattrs()
401 OVS_NLERR(log, "Duplicate key (type %d).", type); in __parse_flow_nlattrs()
407 OVS_NLERR(log, "Key %d has unexpected len %d expected %d", in __parse_flow_nlattrs()
418 OVS_NLERR(log, "Message has %d unknown bytes.", rem); in __parse_flow_nlattrs()
447 OVS_NLERR(log, "Geneve option length err (len %d, max %zu).", in genev_tun_opt_from_nlattr()
453 OVS_NLERR(log, "Geneve opt len %d is not a multiple of 4.", in genev_tun_opt_from_nlattr()
477 OVS_NLERR(log, "Geneve option len %d != mask len %d", in genev_tun_opt_from_nlattr()
507 OVS_NLERR(log, "VXLAN extension %d out of range max %d", in vxlan_tun_opt_from_nlattr()
514 OVS_NLERR(log, "VXLAN extension %d has unexpected len %d expected %d", in vxlan_tun_opt_from_nlattr()
525 OVS_NLERR(log, "Unknown VXLAN extension attribute %d", in vxlan_tun_opt_from_nlattr()
531 OVS_NLERR(log, "VXLAN extension message has %d unknown bytes.", in vxlan_tun_opt_from_nlattr()
562 OVS_NLERR(log, "Tunnel attr %d out of range max %d", in ip_tun_from_nlattr()
569 OVS_NLERR(log, "Tunnel attr %d has unexpected len %d expected %d", in ip_tun_from_nlattr()
628 OVS_NLERR(log, "Multiple metadata blocks provided"); in ip_tun_from_nlattr()
641 OVS_NLERR(log, "Multiple metadata blocks provided"); in ip_tun_from_nlattr()
655 OVS_NLERR(log, "Unknown IP tunnel attribute %d", in ip_tun_from_nlattr()
669 OVS_NLERR(log, "IP tunnel attribute has %d unknown bytes.", in ip_tun_from_nlattr()
675 OVS_NLERR(log, "Mixed IPv4 and IPv6 tunnel attributes"); in ip_tun_from_nlattr()
681 OVS_NLERR(log, "IP tunnel dst address not specified"); in ip_tun_from_nlattr()
685 OVS_NLERR(log, "IPv4 tunnel dst address is zero"); in ip_tun_from_nlattr()
689 OVS_NLERR(log, "IPv6 tunnel dst address is zero"); in ip_tun_from_nlattr()
694 OVS_NLERR(log, "IP tunnel TTL not specified."); in ip_tun_from_nlattr()
851 OVS_NLERR(log, "Invalid %s frame", (inner) ? "C-VLAN" : "VLAN"); in validate_vlan_from_nlattrs()
860 OVS_NLERR(log, "%s TCI does not have VLAN_TAG_PRESENT bit set.", in validate_vlan_from_nlattrs()
865 OVS_NLERR(log, "Truncated %s header has non-zero encap attribute.", in validate_vlan_from_nlattrs()
891 OVS_NLERR(log, "Encap mask attribute is set for non-%s frame.", in validate_vlan_mask_from_nlattrs()
903 OVS_NLERR(log, "Must have an exact match on %s TPID (mask=%x).", in validate_vlan_mask_from_nlattrs()
908 OVS_NLERR(log, "%s TCI mask does not have exact match for VLAN_TAG_PRESENT bit.", in validate_vlan_mask_from_nlattrs()
1004 OVS_NLERR(log, "Port %d exceeds max allowable %d", in metadata_from_nlattrs()
1033 OVS_NLERR(log, "ct_state flags %08x unsupported", in metadata_from_nlattrs()
1092 OVS_NLERR(log, "VLAN attribute unexpected."); in ovs_key_from_nlattrs()
1104 OVS_NLERR(log, "EtherType %x is less than min %x", in ovs_key_from_nlattrs()
1120 OVS_NLERR(log, "IPv4 frag type %d is out of range max %d", in ovs_key_from_nlattrs()
1144 OVS_NLERR(log, "IPv6 frag type %d is out of range max %d", in ovs_key_from_nlattrs()
1150 OVS_NLERR(log, "IPv6 flow label %x is out of range (max=%x).\n", in ovs_key_from_nlattrs()
1182 OVS_NLERR(log, "Unknown ARP opcode (opcode=%d).", in ovs_key_from_nlattrs()
1283 OVS_NLERR(log, "Unknown key attributes %llx", in ovs_key_from_nlattrs()
1421 OVS_NLERR(log, "ufid size %u bytes exceeds the range (1, %d)", in get_ufid_len()
1870 OVS_NLERR(log, "Flow action size exceeds max %u", in reserve_sfa_size()
2480 OVS_NLERR(log, "Unknown Action type %d", type); in __ovs_nla_copy_actions()