Home
last modified time | relevance | path

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

/freebsd-13.1/sys/fs/nfsclient/
H A Dnfsmount.h129 #define NFSMNT_TLS 0x00000001 macro
H A Dnfs_clvfsops.c993 newflag |= NFSMNT_TLS; in nfs_mount()
1466 if ((newflag & NFSMNT_TLS) != 0) { in mountnfs()
2114 nfscl_printopt(nmp, (nmp->nm_newflag & NFSMNT_TLS) != 0, ",tls", &buf, in nfscl_retopts()
/freebsd-13.1/sys/fs/nfs/
H A Dnfsport.h1068 #define NFSHASTLS(n) (((n)->nm_newflag & NFSMNT_TLS) != 0)