Searched refs:master_cl (Results 1 – 1 of 1) sorted by relevance
378 struct nf_conn_labels *cl, *master_cl; in ovs_ct_init_labels() local382 master_cl = ct->master ? nf_ct_labels_find(ct->master) : NULL; in ovs_ct_init_labels()384 if (!master_cl && !have_mask) in ovs_ct_init_labels()392 if (master_cl) in ovs_ct_init_labels()393 *cl = *master_cl; in ovs_ct_init_labels()