Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Ducred.h69 uint32_t uc_labeloff; /* label offset: 0 - no label */ member
86 #define UCLABEL(uc) (bslabel_t *)(((uc)->uc_labeloff == 0) ? NULL : \
87 ((char *)(uc)) + (uc)->uc_labeloff)
/titanic_41/usr/src/uts/common/os/
H A Dcred.c965 uc->uc_labeloff = tslp == NULL ? 0 : sizeof (struct ucred_s); in cred2ucred()
970 uc->uc_labeloff = tslp == NULL ? 0 : UCRED_LABEL_OFF; in cred2ucred()
/titanic_41/usr/src/uts/common/inet/udp/
H A Dudp.c1658 ucr->uc_labeloff < sizeof (*ucr) || in udp_do_opt_set()
1659 ucr->uc_labeloff + sizeof (bslabel_t) > inlen) in udp_do_opt_set()