Home
last modified time | relevance | path

Searched refs:authnull_ops (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/net/sunrpc/
Dauth_null.c106 const struct rpc_authops authnull_ops = { variable
120 .au_ops = &authnull_ops,
Dclnt.c2525 msg.rpc_cred = authnull_ops.lookup_cred(NULL, NULL, 0); in rpc_ping()
2606 cred = authnull_ops.lookup_cred(NULL, NULL, 0); in rpc_clnt_test_and_add_xprt()
2653 cred = authnull_ops.lookup_cred(NULL, NULL, 0); in rpc_clnt_setup_test_and_add_xprt()
Dauth.c35 &authnull_ops, /* AUTH_NULL */
/Linux-v4.19/include/linux/sunrpc/
Dauth.h163 extern const struct rpc_authops authnull_ops;