Home
last modified time | relevance | path

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

/Linux-v5.15/net/openvswitch/
Dflow_netlink.c292 OVS_NLERR(log, "Missing key (keys=%llx, expected=%llx)", in match_validate()
300 OVS_NLERR(log, "Unexpected mask (mask=%llx, allowed=%llx)", in match_validate()
477 OVS_NLERR(log, "Key type %d is out of range max %d", in __parse_flow_nlattrs()
483 OVS_NLERR(log, "Duplicate key (type %d).", type); in __parse_flow_nlattrs()
489 OVS_NLERR(log, "Key %d has unexpected len %d expected %d", in __parse_flow_nlattrs()
500 OVS_NLERR(log, "Message has %d unknown bytes.", rem); in __parse_flow_nlattrs()
528 OVS_NLERR(log, "Geneve option length err (len %d, max %zu).", in genev_tun_opt_from_nlattr()
534 OVS_NLERR(log, "Geneve opt len %d is not a multiple of 4.", in genev_tun_opt_from_nlattr()
558 OVS_NLERR(log, "Geneve option len %d != mask len %d", in genev_tun_opt_from_nlattr()
588 OVS_NLERR(log, "VXLAN extension %d out of range max %d", in vxlan_tun_opt_from_nlattr()
[all …]
Dconntrack.c1348 OVS_NLERR(log, "Unknown helper \"%s\"", name); in ovs_ct_add_helper()
1364 OVS_NLERR(log, "Failed to load \"%s\" NAT helper, error: %d", in ovs_ct_add_helper()
1402 OVS_NLERR(log, "Unknown NAT attribute (type=%d, max=%d)", in parse_nat()
1408 OVS_NLERR(log, "NAT attribute type %d has unexpected length (%d != %d)", in parse_nat()
1418 OVS_NLERR(log, "Only one type of NAT may be specified"); in parse_nat()
1463 OVS_NLERR(log, "Unknown nat attribute (%d)", type); in parse_nat()
1469 OVS_NLERR(log, "NAT attribute has %d unknown bytes", rem); in parse_nat()
1475 OVS_NLERR(log, in parse_nat()
1482 OVS_NLERR(log, in parse_nat()
1534 OVS_NLERR(log, in parse_ct()
[all …]
Ddatapath.h282 #define OVS_NLERR(logging_allowed, fmt, ...) \ macro
Ddatapath.c950 OVS_NLERR(log, "Flow key attr not present in new flow."); in ovs_flow_cmd_new()
954 OVS_NLERR(log, "Flow actions attr not present in new flow."); in ovs_flow_cmd_new()
990 OVS_NLERR(log, "Flow actions may not be safe on all matching packets."); in ovs_flow_cmd_new()
1110 OVS_NLERR(log, in get_flow_actions()
1152 OVS_NLERR(log, in ovs_nla_init_match_and_action()
1191 OVS_NLERR(log, in ovs_flow_cmd_set()
1296 OVS_NLERR(log, in ovs_flow_cmd_get()
Dactions.c826 OVS_NLERR(1, "L2 header too long to fragment"); in ovs_fragment()