Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dvnet.h244 #define CRED_TO_VNET(cr) (cr)->cr_prison->pr_vnet macro
245 #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
H A Dif_tuntap.c568 CURVNET_SET(CRED_TO_VNET(cred)); in tunclone()
/f-stack/freebsd/kern/
H A Duipc_socket.c536 so = soalloc(CRED_TO_VNET(cred)); in socreate()