Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/net/
Dvnet.h242 #define CRED_TO_VNET(cr) (cr)->cr_prison->pr_vnet macro
243 #define TD_TO_VNET(td) CRED_TO_VNET((td)->td_ucred)
244 #define P_TO_VNET(p) CRED_TO_VNET((p)->p_ucred)
406 #define CRED_TO_VNET(cr) NULL macro
Dif_tuntap.c546 CURVNET_SET(CRED_TO_VNET(cred)); in tunclone()
/freebsd-12-stable/sys/dev/wtap/
Dif_wtap_module.c115 CURVNET_SET(CRED_TO_VNET(curthread->td_ucred)); in wtap_ioctl()
/freebsd-12-stable/sys/dev/wtap/plugins/
Dvisibility.c215 CURVNET_SET(CRED_TO_VNET(curthread->td_ucred)); in vis_ioctl()
/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clport.c1008 CURVNET_SET(CRED_TO_VNET(nmp->nm_sockreq.nr_cred)); in nfscl_getmyip()
1032 CURVNET_SET(CRED_TO_VNET(nmp->nm_sockreq.nr_cred)); in nfscl_getmyip()
/freebsd-12-stable/sys/kern/
Duipc_socket.c527 so = soalloc(CRED_TO_VNET(cred)); in socreate()