Home
last modified time | relevance | path

Searched refs:vc_uid (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netsmb/
H A Dsmb_conn.c143 if (vcp->vc_uid != vcspec->owner) in smb_sm_lookupint()
426 vcp->vc_uid = uid; in smb_vc_create()
605 if (smb_suser(cred) == 0 || cred->cr_uid == vcp->vc_uid) in smb_vc_access()
710 vip->uid = vcp->vc_uid; in smb_vc_getinfo()
H A Dsmb_conn.h249 uid_t vc_uid; /* user id of connection */ member