Searched refs:gss (Results 1 – 5 of 5) sorted by relevance
68 called gss-proxy, implemented by a userspace program called Gssproxy.72 https://fedorahosted.org/gss-proxy/wiki/ProtocolDocumentation82 legacy mechanism. To switch to the new mechanism, gss-proxy must bind84 /proc/net/rpc/use-gss-proxy. If gss-proxy dies, it must repeat both90 from /proc/net/rpc/use-gss-proxy and checking that it contains a91 "1"--the read will block until gss-proxy has done its write to the file.
87 $ ./configure --disable-gss --disable-nfsv4
400 static inline void dccp_hdr_set_seq(struct dccp_hdr *dh, const u64 gss) in dccp_hdr_set_seq() argument405 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()
1002 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()
381 This mode is required for Kerberos gss mechanism support