Searched defs:gss_upcall_msg (Results 1 – 1 of 1) sorted by relevance
259 struct gss_upcall_msg { struct260 refcount_t count;261 kuid_t uid;262 const char *service_name;263 struct rpc_pipe_msg msg;264 struct list_head list;265 struct gss_auth *auth;266 struct rpc_pipe *pipe;268 wait_queue_head_t waitqueue;269 struct gss_cl_ctx *ctx;[all …]