Searched refs:CRED_TO_VNET (Results 1 – 3 of 3) sorted by relevance
244 #define CRED_TO_VNET(cr) (cr)->cr_prison->pr_vnet macro245 #define TD_TO_VNET(td) CRED_TO_VNET((td)->td_ucred)246 #define P_TO_VNET(p) CRED_TO_VNET((p)->p_ucred)415 #define CRED_TO_VNET(cr) NULL macro
568 CURVNET_SET(CRED_TO_VNET(cred)); in tunclone()
536 so = soalloc(CRED_TO_VNET(cred)); in socreate()