Home
last modified time | relevance | path

Searched refs:OVS_NLERR (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/net/openvswitch/
H A Dflow_netlink.c295 OVS_NLERR(log, "Missing key (keys=%llx, expected=%llx)", in match_validate()
303 OVS_NLERR(log, "Unexpected mask (mask=%llx, allowed=%llx)", in match_validate()
483 OVS_NLERR(log, "Key type %d is out of range max %d", in __parse_flow_nlattrs()
491 OVS_NLERR(log, "Key type %d is not supported", type); in __parse_flow_nlattrs()
496 OVS_NLERR(log, "Duplicate key (type %d).", type); in __parse_flow_nlattrs()
502 OVS_NLERR(log, "Key %d has unexpected len %d expected %d", in __parse_flow_nlattrs()
513 OVS_NLERR(log, "Message has %d unknown bytes.", rem); in __parse_flow_nlattrs()
541 OVS_NLERR(log, "Geneve option length err (len %d, max %zu).", in genev_tun_opt_from_nlattr()
547 OVS_NLERR(log, "Geneve opt len %d is not a multiple of 4.", in genev_tun_opt_from_nlattr()
571 OVS_NLERR(lo in genev_tun_opt_from_nlattr()
[all...]
H A Dconntrack.c1086 OVS_NLERR(log, "Unknown NAT attribute (type=%d, max=%d)", in parse_nat()
1092 OVS_NLERR(log, "NAT attribute type %d has unexpected length (%d != %d)", in parse_nat()
1102 OVS_NLERR(log, "Only one type of NAT may be specified"); in parse_nat()
1147 OVS_NLERR(log, "Unknown nat attribute (%d)", type); in parse_nat()
1153 OVS_NLERR(log, "NAT attribute has %d unknown bytes", rem); in parse_nat()
1159 OVS_NLERR(log, in parse_nat()
1166 OVS_NLERR(log, in parse_nat()
1218 OVS_NLERR(log, in parse_ct()
1227 OVS_NLERR(log, in parse_ct()
1250 OVS_NLERR(lo in parse_ct()
[all...]
H A Ddatapath.h280 #define OVS_NLERR(logging_allowed, fmt, ...) \ macro
H A Ddatapath.c985 OVS_NLERR(log, "Flow key attr not present in new flow."); in ovs_flow_cmd_new()
989 OVS_NLERR(log, "Flow actions attr not present in new flow."); in ovs_flow_cmd_new()
1027 OVS_NLERR(log, "Flow actions may not be safe on all matching packets."); in ovs_flow_cmd_new()
1151 OVS_NLERR(log, in get_flow_actions()
1193 OVS_NLERR(log, in ovs_nla_init_match_and_action()
1232 OVS_NLERR(log, in ovs_flow_cmd_set()
1337 OVS_NLERR(log, in ovs_flow_cmd_get()
H A Dactions.c865 OVS_NLERR(1, "L2 header too long to fragment"); in ovs_fragment()
/kernel/linux/linux-5.10/net/openvswitch/
H A Dflow_netlink.c293 OVS_NLERR(log, "Missing key (keys=%llx, expected=%llx)", in match_validate()
301 OVS_NLERR(log, "Unexpected mask (mask=%llx, allowed=%llx)", in match_validate()
478 OVS_NLERR(log, "Key type %d is out of range max %d", in __parse_flow_nlattrs()
484 OVS_NLERR(log, "Duplicate key (type %d).", type); in __parse_flow_nlattrs()
490 OVS_NLERR(log, "Key %d has unexpected len %d expected %d", in __parse_flow_nlattrs()
501 OVS_NLERR(log, "Message has %d unknown bytes.", rem); in __parse_flow_nlattrs()
529 OVS_NLERR(log, "Geneve option length err (len %d, max %zu).", in genev_tun_opt_from_nlattr()
535 OVS_NLERR(log, "Geneve opt len %d is not a multiple of 4.", in genev_tun_opt_from_nlattr()
559 OVS_NLERR(log, "Geneve option len %d != mask len %d", in genev_tun_opt_from_nlattr()
589 OVS_NLERR(lo in vxlan_tun_opt_from_nlattr()
[all...]
H A Dconntrack.c1344 OVS_NLERR(log, "Unknown helper \"%s\"", name); in ovs_ct_add_helper()
1360 OVS_NLERR(log, "Failed to load \"%s\" NAT helper, error: %d", in ovs_ct_add_helper()
1398 OVS_NLERR(log, "Unknown NAT attribute (type=%d, max=%d)", in parse_nat()
1404 OVS_NLERR(log, "NAT attribute type %d has unexpected length (%d != %d)", in parse_nat()
1414 OVS_NLERR(log, "Only one type of NAT may be specified"); in parse_nat()
1459 OVS_NLERR(log, "Unknown nat attribute (%d)", type); in parse_nat()
1465 OVS_NLERR(log, "NAT attribute has %d unknown bytes", rem); in parse_nat()
1471 OVS_NLERR(log, in parse_nat()
1478 OVS_NLERR(log, in parse_nat()
1530 OVS_NLERR(lo in parse_ct()
[all...]
H A Ddatapath.h262 #define OVS_NLERR(logging_allowed, fmt, ...) \ macro
H A Ddatapath.c946 OVS_NLERR(log, "Flow key attr not present in new flow."); in ovs_flow_cmd_new()
950 OVS_NLERR(log, "Flow actions attr not present in new flow."); in ovs_flow_cmd_new()
988 OVS_NLERR(log, "Flow actions may not be safe on all matching packets."); in ovs_flow_cmd_new()
1112 OVS_NLERR(log, in get_flow_actions()
1154 OVS_NLERR(log, in ovs_nla_init_match_and_action()
1193 OVS_NLERR(log, in ovs_flow_cmd_set()
1298 OVS_NLERR(log, in ovs_flow_cmd_get()
H A Dactions.c861 OVS_NLERR(1, "L2 header too long to fragment"); in ovs_fragment()

Completed in 21 milliseconds