Home
last modified time | relevance | path

Searched defs:rpc_cred (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/linux/sunrpc/
Dauth.h48 struct rpc_cred { struct
53 const struct rpc_credops *cr_ops; argument
71 struct rpc_cred_cache; argument
Dsched.h29 const struct cred * rpc_cred; /* Credentials */ member
/kernel/linux/linux-4.19/include/linux/sunrpc/
Dauth.h62 struct rpc_cred { struct
67 const struct rpc_credops *cr_ops; argument
87 struct rpc_cred_cache; argument
Dsched.h29 struct rpc_cred * rpc_cred; /* Credentials */ member
/kernel/linux/linux-5.10/net/sunrpc/
Dauth_unix.c56 struct rpc_cred *rpc_cred = container_of(head, struct rpc_cred, cr_rcu); in unx_free_cred_callback() local