Home
last modified time | relevance | path

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

/linux-6.15/net/openvswitch/
H A Dflow_netlink.c504 OVS_NLERR(log, "Duplicate key (type %d).", type); in __parse_flow_nlattrs()
803 OVS_NLERR(log, "Unknown IP tunnel attribute %d", in ip_tun_from_nlattr()
858 OVS_NLERR(log, "IP tunnel TTL not specified."); in ip_tun_from_nlattr()
1429 OVS_NLERR( in nsh_key_put_from_nlattr()
1473 OVS_NLERR( in nsh_key_put_from_nlattr()
1483 OVS_NLERR(log, "Unknown nsh attribute %d", in nsh_key_put_from_nlattr()
1495 OVS_NLERR( in nsh_key_put_from_nlattr()
1512 OVS_NLERR( in nsh_key_put_from_nlattr()
1547 OVS_NLERR(log, "VLAN attribute unexpected."); in ovs_key_from_nlattrs()
1765 OVS_NLERR(log, "Unknown key attributes %llx", in ovs_key_from_nlattrs()
[all …]
H A Dconntrack.c1191 OVS_NLERR(log, in parse_nat()
1198 OVS_NLERR(log, in parse_nat()
1250 OVS_NLERR(log, in parse_ct()
1259 OVS_NLERR(log, in parse_ct()
1340 OVS_NLERR(log, in parse_ct()
1347 OVS_NLERR(log, in parse_ct()
1391 OVS_NLERR(log, "ct family unspecified"); in ovs_ct_copy_action()
1415 OVS_NLERR(log, in ovs_ct_copy_action()
1687 OVS_NLERR(true, "zone id is out of range"); in ovs_ct_limit_set_zone_limit()
1732 OVS_NLERR(true, "zone id is out of range"); in ovs_ct_limit_del_zone_limit()
[all …]
H A Ddatapath.h291 #define OVS_NLERR(logging_allowed, fmt, ...) \ macro
H A Ddatapath.c984 OVS_NLERR(log, "Flow key attr not present in new flow."); in ovs_flow_cmd_new()
988 OVS_NLERR(log, "Flow actions attr not present in new flow."); in ovs_flow_cmd_new()
1026 OVS_NLERR(log, "Flow actions may not be safe on all matching packets."); in ovs_flow_cmd_new()
1150 OVS_NLERR(log, in get_flow_actions()
1192 OVS_NLERR(log, in ovs_nla_init_match_and_action()
1231 OVS_NLERR(log, in ovs_flow_cmd_set()
1336 OVS_NLERR(log, in ovs_flow_cmd_get()
H A Dactions.c881 OVS_NLERR(1, "L2 header too long to fragment"); in ovs_fragment()