Home
last modified time | relevance | path

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

/linux-4.1.27/net/openvswitch/
Dflow_netlink.c241 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()
[all …]
Ddatapath.h200 #define OVS_NLERR(logging_allowed, fmt, ...) \ macro
Ddatapath.c882 OVS_NLERR(log, "Flow key attr not present in new flow."); in ovs_flow_cmd_new()
886 OVS_NLERR(log, "Flow actions attr not present in new flow."); in ovs_flow_cmd_new()
918 OVS_NLERR(log, "Flow actions may not be safe on all matching packets."); in ovs_flow_cmd_new()
1036 OVS_NLERR(log, in get_flow_actions()
1064 OVS_NLERR(log, "Flow key attribute not present in set flow."); in ovs_flow_cmd_set()
1177 OVS_NLERR(log, in ovs_flow_cmd_get()