Lines Matching refs:OVS_NLERR
241 OVS_NLERR(log, "Missing key (keys=%llx, expected=%llx)", in match_validate()
249 OVS_NLERR(log, "Unexpected mask (mask=%llx, allowed=%llx)", in match_validate()
372 OVS_NLERR(log, "Key type %d is out of range max %d", in __parse_flow_nlattrs()
378 OVS_NLERR(log, "Duplicate key (type %d).", type); in __parse_flow_nlattrs()
384 OVS_NLERR(log, "Key %d has unexpected len %d expected %d", in __parse_flow_nlattrs()
395 OVS_NLERR(log, "Message has %d unknown bytes.", rem); in __parse_flow_nlattrs()
424 OVS_NLERR(log, "Geneve option length err (len %d, max %zu).", in genev_tun_opt_from_nlattr()
430 OVS_NLERR(log, "Geneve opt len %d is not a multiple of 4.", in genev_tun_opt_from_nlattr()
454 OVS_NLERR(log, "Geneve option len %d != mask len %d", in genev_tun_opt_from_nlattr()
518 OVS_NLERR(log, "Tunnel attr %d out of range max %d", in ipv4_tun_from_nlattr()
525 OVS_NLERR(log, "Tunnel attr %d has unexpected len %d expected %d", in ipv4_tun_from_nlattr()
572 OVS_NLERR(log, "Multiple metadata blocks provided"); in ipv4_tun_from_nlattr()
585 OVS_NLERR(log, "Multiple metadata blocks provided"); in ipv4_tun_from_nlattr()
597 OVS_NLERR(log, "Unknown IPv4 tunnel attribute %d", in ipv4_tun_from_nlattr()
606 OVS_NLERR(log, "IPv4 tunnel attribute has %d unknown bytes.", in ipv4_tun_from_nlattr()
613 OVS_NLERR(log, "IPv4 tunnel dst address is zero"); in ipv4_tun_from_nlattr()
618 OVS_NLERR(log, "IPv4 tunnel TTL not specified."); in ipv4_tun_from_nlattr()
748 OVS_NLERR(log, "Port %d exceeds max allowable %d", in metadata_from_nlattrs()
801 OVS_NLERR(log, "VLAN TCI mask does not have exact match for VLAN_TAG_PRESENT bit."); in ovs_key_from_nlattrs()
803 OVS_NLERR(log, "VLAN TCI does not have VLAN_TAG_PRESENT bit set."); in ovs_key_from_nlattrs()
820 OVS_NLERR(log, "EtherType %x is less than min %x", in ovs_key_from_nlattrs()
836 OVS_NLERR(log, "IPv4 frag type %d is out of range max %d", in ovs_key_from_nlattrs()
860 OVS_NLERR(log, "IPv6 frag type %d is out of range max %d", in ovs_key_from_nlattrs()
866 OVS_NLERR(log, "IPv6 flow label %x is out of range (max=%x).\n", in ovs_key_from_nlattrs()
898 OVS_NLERR(log, "Unknown ARP opcode (opcode=%d).", in ovs_key_from_nlattrs()
999 OVS_NLERR(log, "Unknown key attributes %llx", in ovs_key_from_nlattrs()
1066 OVS_NLERR(log, "Invalid Vlan frame."); in ovs_nla_get_match()
1083 OVS_NLERR(log, "Truncated 802.1Q header has non-zero encap attribute."); in ovs_nla_get_match()
1087 OVS_NLERR(log, "Encap attr is set for non-VLAN frame"); in ovs_nla_get_match()
1138 OVS_NLERR(log, "Encap mask attribute is set for non-VLAN frame."); in ovs_nla_get_match()
1155 OVS_NLERR(log, "VLAN frames must have an exact match on the TPID (mask=%x).", in ovs_nla_get_match()
1165 OVS_NLERR(log, "VLAN tag present bit must have an exact match (tci_mask=%x).", in ovs_nla_get_match()
1194 OVS_NLERR(log, "ufid size %u bytes exceeds the range (1, %d)", in get_ufid_len()
1539 OVS_NLERR(log, "Flow action size %u bytes exceeds max", size); in nla_alloc_flow_actions()
2150 OVS_NLERR(log, "Unknown Action type %d", type); in __ovs_nla_copy_actions()