Searched refs:CRED_TO_VNET (Results 1 – 7 of 7) sorted by relevance
247 #define CRED_TO_VNET(cr) (cr)->cr_prison->pr_vnet macro248 #define TD_TO_VNET(td) CRED_TO_VNET((td)->td_ucred)249 #define P_TO_VNET(p) CRED_TO_VNET((p)->p_ucred)422 #define CRED_TO_VNET(cr) NULL macro
583 CURVNET_SET(CRED_TO_VNET(cred)); in tunclone()
78 CURVNET_SET(CRED_TO_VNET(curthread->td_ucred)); in wtap_ioctl()
173 CURVNET_SET(CRED_TO_VNET(curthread->td_ucred)); in vis_ioctl()
564 CURVNET_SET_QUIET(CRED_TO_VNET(nrp->nr_cred)); in newnfs_disconnect()841 CURVNET_SET_QUIET(CRED_TO_VNET(authcred)); in newnfs_request()
1534 CURVNET_SET(CRED_TO_VNET(cred)); in mountnfs()
1015 so = soalloc(CRED_TO_VNET(cred)); in socreate()