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()
653 OVS_NLERR(log, "Unknown IP tunnel attribute %d", in ip_tun_from_nlattr()
667 OVS_NLERR(log, "IP tunnel attribute has %d unknown bytes.", in ip_tun_from_nlattr()
673 OVS_NLERR(log, "Mixed IPv4 and IPv6 tunnel attributes"); in ip_tun_from_nlattr()
679 OVS_NLERR(log, "IP tunnel dst address not specified"); in ip_tun_from_nlattr()
683 OVS_NLERR(log, "IPv4 tunnel dst address is zero"); in ip_tun_from_nlattr()
687 OVS_NLERR(log, "IPv6 tunnel dst address is zero"); in ip_tun_from_nlattr()
692 OVS_NLERR(log, "IP tunnel TTL not specified."); in ip_tun_from_nlattr()
840 OVS_NLERR(log, "Port %d exceeds max allowable %d", in metadata_from_nlattrs()
869 OVS_NLERR(log, "ct_state flags %08x unsupported", in metadata_from_nlattrs()
930 OVS_NLERR(log, "VLAN TCI mask does not have exact match for VLAN_TAG_PRESENT bit."); in ovs_key_from_nlattrs()
932 OVS_NLERR(log, "VLAN TCI does not have VLAN_TAG_PRESENT bit set."); in ovs_key_from_nlattrs()
949 OVS_NLERR(log, "EtherType %x is less than min %x", in ovs_key_from_nlattrs()
965 OVS_NLERR(log, "IPv4 frag type %d is out of range max %d", in ovs_key_from_nlattrs()
989 OVS_NLERR(log, "IPv6 frag type %d is out of range max %d", in ovs_key_from_nlattrs()
995 OVS_NLERR(log, "IPv6 flow label %x is out of range (max=%x).\n", in ovs_key_from_nlattrs()
1027 OVS_NLERR(log, "Unknown ARP opcode (opcode=%d).", in ovs_key_from_nlattrs()
1128 OVS_NLERR(log, "Unknown key attributes %llx", in ovs_key_from_nlattrs()
1202 OVS_NLERR(log, "Invalid Vlan frame."); in ovs_nla_get_match()
1219 OVS_NLERR(log, "Truncated 802.1Q header has non-zero encap attribute."); in ovs_nla_get_match()
1223 OVS_NLERR(log, "Encap attr is set for non-VLAN frame"); in ovs_nla_get_match()
1274 OVS_NLERR(log, "Encap mask attribute is set for non-VLAN frame."); in ovs_nla_get_match()
1291 OVS_NLERR(log, "VLAN frames must have an exact match on the TPID (mask=%x).", in ovs_nla_get_match()
1301 OVS_NLERR(log, "VLAN tag present bit must have an exact match (tci_mask=%x).", in ovs_nla_get_match()
1331 OVS_NLERR(log, "ufid size %u bytes exceeds the range (1, %d)", in get_ufid_len()
1680 OVS_NLERR(log, "Flow action size %u bytes exceeds max", size); in nla_alloc_flow_actions()
2349 OVS_NLERR(log, "Unknown Action type %d", type); in __ovs_nla_copy_actions()