Searched refs:uc_labeloff (Results 1 – 3 of 3) sorted by relevance
69 uint32_t uc_labeloff; /* label offset: 0 - no label */ member86 #define UCLABEL(uc) (bslabel_t *)(((uc)->uc_labeloff == 0) ? NULL : \87 ((char *)(uc)) + (uc)->uc_labeloff)
965 uc->uc_labeloff = tslp == NULL ? 0 : sizeof (struct ucred_s); in cred2ucred()970 uc->uc_labeloff = tslp == NULL ? 0 : UCRED_LABEL_OFF; in cred2ucred()
1724 ucr->uc_labeloff < sizeof (*ucr) || in udp_do_opt_set()1725 ucr->uc_labeloff + sizeof (bslabel_t) > inlen) in udp_do_opt_set()