Lines Matching refs:log
1093 struct ovs_conntrack_info *info, bool log) in parse_nat() argument
1118 OVS_NLERR(log, "Unknown NAT attribute (type=%d, max=%d)", in parse_nat()
1124 OVS_NLERR(log, "NAT attribute type %d has unexpected length (%d != %d)", in parse_nat()
1134 OVS_NLERR(log, "Only one type of NAT may be specified"); in parse_nat()
1179 OVS_NLERR(log, "Unknown nat attribute (%d)", type); in parse_nat()
1185 OVS_NLERR(log, "NAT attribute has %d unknown bytes", rem); in parse_nat()
1191 OVS_NLERR(log, in parse_nat()
1198 OVS_NLERR(log, in parse_nat()
1239 const char **helper, bool log) in parse_ct() argument
1250 OVS_NLERR(log, in parse_ct()
1259 OVS_NLERR(log, in parse_ct()
1282 OVS_NLERR(log, "ct_mark mask cannot be 0"); in parse_ct()
1294 OVS_NLERR(log, "ct_labels mask cannot be 0"); in parse_ct()
1304 OVS_NLERR(log, "Invalid conntrack helper"); in parse_ct()
1310 int err = parse_nat(a, info, log); in parse_ct()
1325 OVS_NLERR(log, "Invalid conntrack timeout"); in parse_ct()
1332 OVS_NLERR(log, "Unknown conntrack attr (%d)", in parse_ct()
1340 OVS_NLERR(log, in parse_ct()
1347 OVS_NLERR(log, in parse_ct()
1353 OVS_NLERR(log, "Conntrack attr has %d unknown bytes", rem); in parse_ct()
1382 struct sw_flow_actions **sfa, bool log) in ovs_ct_copy_action() argument
1391 OVS_NLERR(log, "ct family unspecified"); in ovs_ct_copy_action()
1401 err = parse_ct(attr, &ct_info, &helper, log); in ovs_ct_copy_action()
1408 OVS_NLERR(log, "Failed to allocate conntrack template"); in ovs_ct_copy_action()
1415 OVS_NLERR(log, in ovs_ct_copy_action()
1428 OVS_NLERR(log, "Failed to add %s helper %d", helper, err); in ovs_ct_copy_action()
1434 sizeof(ct_info), log); in ovs_ct_copy_action()