Searched refs:cr_label (Results 1 – 3 of 3) sorted by relevance
255 cr->cr_label = NULL; in cralloc_flags()292 if (cr->cr_label) in crget()293 label_hold(cr->cr_label); in crget()360 if (cr->cr_label) in crfree()361 label_rele(cr->cr_label); in crfree()389 if (newcr->cr_label) in crcopy()390 label_hold(newcr->cr_label); in crcopy()417 if (newcr->cr_label) in crcopy_to()418 label_hold(newcr->cr_label); in crcopy_to()449 if (newcr->cr_label) in crdup_flags()[all …]
86 struct ts_label_s *cr_label; /* pointer to the effective label */ member
1740 ASSERT(newcr->cr_label != NULL); in udp_do_opt_set()1745 ip_xmit_attr_replace_tsl(ixa, newcr->cr_label); in udp_do_opt_set()1747 newcr->cr_label = NULL; in udp_do_opt_set()