Home
last modified time | relevance | path

Searched refs:cr_label (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/os/
H A Dcred.c255 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 …]
/titanic_50/usr/src/uts/common/sys/
H A Dcred_impl.h86 struct ts_label_s *cr_label; /* pointer to the effective label */ member
/titanic_50/usr/src/uts/common/inet/udp/
H A Dudp.c1740 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()