Lines Matching defs:log
1061 struct ovs_conntrack_info *info, bool log)
1086 OVS_NLERR(log, "Unknown NAT attribute (type=%d, max=%d)",
1092 OVS_NLERR(log, "NAT attribute type %d has unexpected length (%d != %d)",
1102 OVS_NLERR(log, "Only one type of NAT may be specified");
1147 OVS_NLERR(log, "Unknown nat attribute (%d)", type);
1153 OVS_NLERR(log, "NAT attribute has %d unknown bytes", rem);
1159 OVS_NLERR(log,
1166 OVS_NLERR(log,
1207 const char **helper, bool log)
1218 OVS_NLERR(log,
1227 OVS_NLERR(log,
1250 OVS_NLERR(log, "ct_mark mask cannot be 0");
1262 OVS_NLERR(log, "ct_labels mask cannot be 0");
1272 OVS_NLERR(log, "Invalid conntrack helper");
1278 int err = parse_nat(a, info, log);
1293 OVS_NLERR(log, "Invalid conntrack timeout");
1300 OVS_NLERR(log, "Unknown conntrack attr (%d)",
1308 OVS_NLERR(log,
1315 OVS_NLERR(log,
1321 OVS_NLERR(log, "Conntrack attr has %d unknown bytes", rem);
1350 struct sw_flow_actions **sfa, bool log)
1359 OVS_NLERR(log, "ct family unspecified");
1369 err = parse_ct(attr, &ct_info, &helper, log);
1376 OVS_NLERR(log, "Failed to allocate conntrack template");
1395 OVS_NLERR(log, "Failed to add %s helper %d", helper, err);
1401 sizeof(ct_info), log);