Searched refs:master_cl (Results 1 – 1 of 1) sorted by relevance
376 struct nf_conn_labels *cl, *master_cl; in ovs_ct_init_labels() local380 master_cl = ct->master ? nf_ct_labels_find(ct->master) : NULL; in ovs_ct_init_labels()382 if (!master_cl && !have_mask) in ovs_ct_init_labels()390 if (master_cl) in ovs_ct_init_labels()391 *cl = *master_cl; in ovs_ct_init_labels()