Home
last modified time | relevance | path

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

/illumos-gate/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)
/illumos-gate/usr/src/uts/common/os/
H A Dcred.c968 uc->uc_labeloff = tslp == NULL ? 0 : sizeof (struct ucred_s); in cred2ucred()
973 uc->uc_labeloff = tslp == NULL ? 0 : UCRED_LABEL_OFF; in cred2ucred()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c1746 ucr->uc_labeloff < sizeof (*ucr) || in udp_do_opt_set()
1747 ucr->uc_labeloff + sizeof (bslabel_t) > inlen) in udp_do_opt_set()