Home
last modified time | relevance | path

Searched refs:gss (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/filesystems/nfs/
H A Drpc-server-gss.rst71 called gss-proxy, implemented by a userspace program called Gssproxy.
74 <https://fedorahosted.org/gss-proxy/wiki/ProtocolDocumentation>`_.
84 legacy mechanism. To switch to the new mechanism, gss-proxy must bind
86 /proc/net/rpc/use-gss-proxy. If gss-proxy dies, it must repeat both
92 from /proc/net/rpc/use-gss-proxy and checking that it contains a
93 "1"--the read will block until gss-proxy has done its write to the file.
H A Dindex.rst11 rpc-server-gss
/OK3568_Linux_fs/buildroot/package/libtirpc/
H A DConfig.in11 bool "gss"
22 comment "libtirpc gss support needs a toolchain w/ dynamic library"
/OK3568_Linux_fs/buildroot/package/nfs-utils/
H A Dnfs-utils.mk31 --disable-gss \
56 --enable-gss \
61 NFS_UTILS_CONF_OPTS += --disable-gss --disable-svcgss
H A DConfig.in33 bool "gss"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/krb5/
H A Dkrb5_1.17.2.bb109 ${PN}-gss-samples \
140 FILES:${PN}-gss-samples = "${bindir}/gss-client \
141 ${sbindir}/gss-server"
/OK3568_Linux_fs/kernel/net/dccp/
H A Ddccp.h389 static inline void dccp_hdr_set_seq(struct dccp_hdr *dh, const u64 gss) in dccp_hdr_set_seq() argument
394 dh->dccph_seq = htons((gss >> 32) & 0xfffff); in dccp_hdr_set_seq()
395 dhx->dccph_seq_low = htonl(gss & 0xffffffff); in dccp_hdr_set_seq()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dexport.c1025 goto gss; in rqst_exp_get_by_name()
1030 goto gss; in rqst_exp_get_by_name()
1036 gss: in rqst_exp_get_by_name()
1056 goto gss; in rqst_exp_find()
1062 goto gss; in rqst_exp_find()
1068 gss: in rqst_exp_find()
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/nfs-utils/
H A Dnfs-utils_2.6.1.bb56 --disable-gss \
/OK3568_Linux_fs/kernel/Documentation/admin-guide/nfs/
H A Dnfs-rdma.rst79 $ ./configure --disable-gss --disable-nfsv4
/OK3568_Linux_fs/kernel/crypto/
H A DKconfig435 This mode is required for Kerberos gss mechanism support