Searched refs:upcall_ops (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
H A D | auth_gss.c | 901 const struct rpc_pipe_ops *upcall_ops) in gss_pipe_alloc() 909 p->pipe = rpc_mkpipe_data(upcall_ops, RPC_PIPE_WAIT_FOR_OPEN); in gss_pipe_alloc() 930 const struct rpc_pipe_ops *upcall_ops; member 953 gss_pipe = gss_pipe_alloc(args->clnt, args->name, args->upcall_ops); in gss_pipe_alloc_pdo() 961 const struct rpc_pipe_ops *upcall_ops) in gss_pipe_get() 968 .upcall_ops = upcall_ops, in gss_pipe_get() 899 gss_pipe_alloc(struct rpc_clnt *clnt, const char *name, const struct rpc_pipe_ops *upcall_ops) gss_pipe_alloc() argument 959 gss_pipe_get(struct rpc_clnt *clnt, const char *name, const struct rpc_pipe_ops *upcall_ops) gss_pipe_get() argument
|
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
H A D | auth_gss.c | 918 const struct rpc_pipe_ops *upcall_ops) in gss_pipe_alloc() 926 p->pipe = rpc_mkpipe_data(upcall_ops, RPC_PIPE_WAIT_FOR_OPEN); in gss_pipe_alloc() 947 const struct rpc_pipe_ops *upcall_ops; member 970 gss_pipe = gss_pipe_alloc(args->clnt, args->name, args->upcall_ops); in gss_pipe_alloc_pdo() 978 const struct rpc_pipe_ops *upcall_ops) in gss_pipe_get() 985 .upcall_ops = upcall_ops, in gss_pipe_get() 916 gss_pipe_alloc(struct rpc_clnt *clnt, const char *name, const struct rpc_pipe_ops *upcall_ops) gss_pipe_alloc() argument 976 gss_pipe_get(struct rpc_clnt *clnt, const char *name, const struct rpc_pipe_ops *upcall_ops) gss_pipe_get() argument
|
Completed in 6 milliseconds