Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/filesystems/nfs/
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.
A Dindex.rst13 rpc-server-gss
/linux-6.3-rc2/net/dccp/
A Ddccp.h385 static inline void dccp_hdr_set_seq(struct dccp_hdr *dh, const u64 gss) in dccp_hdr_set_seq() argument
390 dh->dccph_seq = htons((gss >> 32) & 0xfffff); in dccp_hdr_set_seq()
391 dhx->dccph_seq_low = htonl(gss & 0xffffffff); in dccp_hdr_set_seq()
/linux-6.3-rc2/fs/nfsd/
A Dexport.c1085 goto gss; in rqst_exp_get_by_name()
1090 goto gss; in rqst_exp_get_by_name()
1096 gss: in rqst_exp_get_by_name()
1116 goto gss; in rqst_exp_find()
1122 goto gss; in rqst_exp_find()
1128 gss: in rqst_exp_find()
/linux-6.3-rc2/Documentation/admin-guide/nfs/
A Dnfs-rdma.rst79 $ ./configure --disable-gss --disable-nfsv4
/linux-6.3-rc2/crypto/
A DKconfig679 This mode is required for Kerberos gss mechanism support

Completed in 12 milliseconds