Home
last modified time | relevance | path

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

/Linux-v5.4/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.
Dnfs-rdma.txt87 $ ./configure --disable-gss --disable-nfsv4
/Linux-v5.4/net/dccp/
Ddccp.h400 static inline void dccp_hdr_set_seq(struct dccp_hdr *dh, const u64 gss) in dccp_hdr_set_seq() argument
405 dh->dccph_seq = htons((gss >> 32) & 0xfffff); in dccp_hdr_set_seq()
406 dhx->dccph_seq_low = htonl(gss & 0xffffffff); in dccp_hdr_set_seq()
/Linux-v5.4/fs/nfsd/
Dexport.c1002 goto gss; in rqst_exp_get_by_name()
1007 goto gss; in rqst_exp_get_by_name()
1013 gss: in rqst_exp_get_by_name()
1033 goto gss; in rqst_exp_find()
1039 goto gss; in rqst_exp_find()
1045 gss: in rqst_exp_find()
/Linux-v5.4/crypto/
DKconfig381 This mode is required for Kerberos gss mechanism support