Home
last modified time | relevance | path

Searched refs:OVS_NLERR (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/net/openvswitch/
Dflow_netlink.c242 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()
[all …]
Dconntrack.c544 OVS_NLERR(log, "Unknown helper \"%s\"", name); in ovs_ct_add_helper()
583 OVS_NLERR(log, in parse_ct()
589 OVS_NLERR(log, in parse_ct()
609 OVS_NLERR(log, "ct_mark mask cannot be 0"); in parse_ct()
621 OVS_NLERR(log, "ct_labels mask cannot be 0"); in parse_ct()
631 OVS_NLERR(log, "Invalid conntrack helper"); in parse_ct()
636 OVS_NLERR(log, "Unknown conntrack attr (%d)", in parse_ct()
643 OVS_NLERR(log, "Conntrack attr has %d unknown bytes", rem); in parse_ct()
681 OVS_NLERR(log, "ct family unspecified"); in ovs_ct_copy_action()
698 OVS_NLERR(log, "Failed to allocate conntrack template"); in ovs_ct_copy_action()
[all …]
Ddatapath.h211 #define OVS_NLERR(logging_allowed, fmt, ...) \ macro
Ddatapath.c926 OVS_NLERR(log, "Flow key attr not present in new flow."); in ovs_flow_cmd_new()
930 OVS_NLERR(log, "Flow actions attr not present in new flow."); in ovs_flow_cmd_new()
962 OVS_NLERR(log, "Flow actions may not be safe on all matching packets."); in ovs_flow_cmd_new()
1081 OVS_NLERR(log, in get_flow_actions()
1110 OVS_NLERR(log, "Flow key attribute not present in set flow."); in ovs_flow_cmd_set()
1224 OVS_NLERR(log, in ovs_flow_cmd_get()
Dactions.c684 OVS_NLERR(1, "L2 header too long to fragment"); in ovs_fragment()