• Home
  • Raw
  • Download

Lines Matching refs:log

1347 			     const struct sw_flow_key *key, bool log)  in ovs_ct_add_helper()  argument
1356 OVS_NLERR(log, "Unknown helper \"%s\"", name); in ovs_ct_add_helper()
1372 OVS_NLERR(log, "Failed to load \"%s\" NAT helper, error: %d", in ovs_ct_add_helper()
1385 struct ovs_conntrack_info *info, bool log) in parse_nat() argument
1410 OVS_NLERR(log, "Unknown NAT attribute (type=%d, max=%d)", in parse_nat()
1416 OVS_NLERR(log, "NAT attribute type %d has unexpected length (%d != %d)", in parse_nat()
1426 OVS_NLERR(log, "Only one type of NAT may be specified"); in parse_nat()
1471 OVS_NLERR(log, "Unknown nat attribute (%d)", type); in parse_nat()
1477 OVS_NLERR(log, "NAT attribute has %d unknown bytes", rem); in parse_nat()
1483 OVS_NLERR(log, in parse_nat()
1490 OVS_NLERR(log, in parse_nat()
1531 const char **helper, bool log) in parse_ct() argument
1542 OVS_NLERR(log, in parse_ct()
1551 OVS_NLERR(log, in parse_ct()
1574 OVS_NLERR(log, "ct_mark mask cannot be 0"); in parse_ct()
1586 OVS_NLERR(log, "ct_labels mask cannot be 0"); in parse_ct()
1596 OVS_NLERR(log, "Invalid conntrack helper"); in parse_ct()
1602 int err = parse_nat(a, info, log); in parse_ct()
1617 OVS_NLERR(log, "Invalid conntrack timeout"); in parse_ct()
1624 OVS_NLERR(log, "Unknown conntrack attr (%d)", in parse_ct()
1632 OVS_NLERR(log, in parse_ct()
1639 OVS_NLERR(log, in parse_ct()
1645 OVS_NLERR(log, "Conntrack attr has %d unknown bytes", rem); in parse_ct()
1674 struct sw_flow_actions **sfa, bool log) in ovs_ct_copy_action() argument
1683 OVS_NLERR(log, "ct family unspecified"); in ovs_ct_copy_action()
1693 err = parse_ct(attr, &ct_info, &helper, log); in ovs_ct_copy_action()
1700 OVS_NLERR(log, "Failed to allocate conntrack template"); in ovs_ct_copy_action()
1716 err = ovs_ct_add_helper(&ct_info, helper, key, log); in ovs_ct_copy_action()
1722 sizeof(ct_info), log); in ovs_ct_copy_action()