Lines Matching refs:log
536 const struct sw_flow_key *key, bool log) in ovs_ct_add_helper() argument
544 OVS_NLERR(log, "Unknown helper \"%s\"", name); in ovs_ct_add_helper()
572 const char **helper, bool log) in parse_ct() argument
583 OVS_NLERR(log, in parse_ct()
589 OVS_NLERR(log, in parse_ct()
609 OVS_NLERR(log, "ct_mark mask cannot be 0"); in parse_ct()
621 OVS_NLERR(log, "ct_labels mask cannot be 0"); in parse_ct()
631 OVS_NLERR(log, "Invalid conntrack helper"); in parse_ct()
636 OVS_NLERR(log, "Unknown conntrack attr (%d)", in parse_ct()
643 OVS_NLERR(log, "Conntrack attr has %d unknown bytes", rem); in parse_ct()
672 struct sw_flow_actions **sfa, bool log) in ovs_ct_copy_action() argument
681 OVS_NLERR(log, "ct family unspecified"); in ovs_ct_copy_action()
691 err = parse_ct(attr, &ct_info, &helper, log); in ovs_ct_copy_action()
698 OVS_NLERR(log, "Failed to allocate conntrack template"); in ovs_ct_copy_action()
706 err = ovs_ct_add_helper(&ct_info, helper, key, log); in ovs_ct_copy_action()
712 sizeof(ct_info), log); in ovs_ct_copy_action()