Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/filesystems/nfs/
Drpc-server-gss.txt68 called gss-proxy, implemented by a userspace program called Gssproxy.
72 https://fedorahosted.org/gss-proxy/wiki/ProtocolDocumentation
82 legacy mechanism. To switch to the new mechanism, gss-proxy must bind
84 /proc/net/rpc/use-gss-proxy. If gss-proxy dies, it must repeat both
90 from /proc/net/rpc/use-gss-proxy and checking that it contains a
91 "1"--the read will block until gss-proxy has done its write to the file.
D00-INDEX25 rpc-server-gss.txt
Dnfs-rdma.txt87 $ ./configure --disable-gss --disable-nfsv4
/linux-4.4.14/net/dccp/
Ddccp.h403 static inline void dccp_hdr_set_seq(struct dccp_hdr *dh, const u64 gss) in dccp_hdr_set_seq() argument
408 dh->dccph_seq = htons((gss >> 32) & 0xfffff); in dccp_hdr_set_seq()
409 dhx->dccph_seq_low = htonl(gss & 0xffffffff); in dccp_hdr_set_seq()
/linux-4.4.14/fs/nfsd/
Dexport.c977 goto gss; in rqst_exp_get_by_name()
982 goto gss; in rqst_exp_get_by_name()
988 gss: in rqst_exp_get_by_name()
1008 goto gss; in rqst_exp_find()
1014 goto gss; in rqst_exp_find()
1020 gss: in rqst_exp_find()
/linux-4.4.14/crypto/
DKconfig309 This mode is required for Kerberos gss mechanism support