Home
last modified time | relevance | path

Searched refs:svc_xprt (Results 1 – 24 of 24) sorted by relevance

/Linux-v6.1/include/linux/sunrpc/
Dsvc_xprt.h16 struct svc_xprt *(*xpo_create)(struct svc_serv *,
20 struct svc_xprt *(*xpo_accept)(struct svc_xprt *);
21 int (*xpo_has_wspace)(struct svc_xprt *);
27 void (*xpo_detach)(struct svc_xprt *);
28 void (*xpo_free)(struct svc_xprt *);
30 void (*xpo_kill_temp_xprt)(struct svc_xprt *);
31 void (*xpo_start_tls)(struct svc_xprt *);
53 struct svc_xprt { struct
98 static inline void unregister_xpt_user(struct svc_xprt *xpt, struct svc_xpt_user *u) in unregister_xpt_user() argument
105 static inline int register_xpt_user(struct svc_xprt *xpt, struct svc_xpt_user *u) in register_xpt_user()
[all …]
Dsvcsock.h20 struct svc_xprt sk_xprt;
68 struct svc_xprt *svc_sock_create(struct svc_serv *serv, int prot);
69 void svc_sock_destroy(struct svc_xprt *);
Dsvcauth.h150 struct svc_xprt;
166 extern void svcauth_unix_info_release(struct svc_xprt *xpt);
Dsvc.h244 struct svc_xprt * rq_xprt; /* transport ptr */
392 struct svc_xprt *xprt;
Dxprt.h259 struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */
333 struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */
Dsvc_rdma.h75 struct svc_xprt sc_xprt; /* SVC transport structure */
Dclnt.h139 struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */
/Linux-v6.1/net/sunrpc/
Dsvc_xprt.c30 static struct svc_deferred_req *svc_deferred_dequeue(struct svc_xprt *xprt);
34 static void svc_delete_xprt(struct svc_xprt *xprt);
150 void svc_xprt_deferred_close(struct svc_xprt *xprt) in svc_xprt_deferred_close()
159 struct svc_xprt *xprt = in svc_xprt_free()
160 container_of(kref, struct svc_xprt, xpt_ref); in svc_xprt_free()
176 void svc_xprt_put(struct svc_xprt *xprt) in svc_xprt_put()
187 struct svc_xprt *xprt, struct svc_serv *serv) in svc_xprt_init()
206 static struct svc_xprt *__svc_xpo_create(struct svc_xprt_class *xcl, in __svc_xpo_create()
225 struct svc_xprt *xprt; in __svc_xpo_create()
261 void svc_xprt_received(struct svc_xprt *xprt) in svc_xprt_received()
[all …]
Dsvcsock.c70 static void svc_sock_detach(struct svc_xprt *);
71 static void svc_tcp_sock_detach(struct svc_xprt *);
72 static void svc_sock_free(struct svc_xprt *);
74 static struct svc_xprt *svc_create_socket(struct svc_serv *, int,
339 static int svc_tcp_has_wspace(struct svc_xprt *xprt) in svc_tcp_has_wspace()
348 static void svc_tcp_kill_temp_xprt(struct svc_xprt *xprt) in svc_tcp_kill_temp_xprt()
545 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_udp_sendto()
593 static int svc_udp_has_wspace(struct svc_xprt *xprt) in svc_udp_has_wspace()
611 static struct svc_xprt *svc_udp_accept(struct svc_xprt *xprt) in svc_udp_accept()
617 static void svc_udp_kill_temp_xprt(struct svc_xprt *xprt) in svc_udp_kill_temp_xprt()
[all …]
DMakefile16 svc_xprt.o \
Dsvcauth_unix.c337 ip_map_cached_get(struct svc_xprt *xprt) in ip_map_cached_get()
366 ip_map_cached_put(struct svc_xprt *xprt, struct ip_map *ipm) in ip_map_cached_put()
386 svcauth_unix_info_release(struct svc_xprt *xpt) in svcauth_unix_info_release()
666 struct svc_xprt *xprt = rqstp->rq_xprt; in svcauth_unix_set_client()
Dxprtsock.c2611 struct svc_xprt *xprt; in bc_send_request()
/Linux-v6.1/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c68 static struct svc_xprt *svc_rdma_create(struct svc_serv *serv,
72 static struct svc_xprt *svc_rdma_accept(struct svc_xprt *xprt);
73 static void svc_rdma_detach(struct svc_xprt *xprt);
74 static void svc_rdma_free(struct svc_xprt *xprt);
75 static int svc_rdma_has_wspace(struct svc_xprt *xprt);
77 static void svc_rdma_kill_temp_xprt(struct svc_xprt *);
104 struct svc_xprt *xprt = context; in qp_event_handler()
275 struct svc_xprt *xprt = &rdma->sc_xprt; in svc_rdma_cma_handler()
298 static struct svc_xprt *svc_rdma_create(struct svc_serv *serv, in svc_rdma_create()
366 static struct svc_xprt *svc_rdma_accept(struct svc_xprt *xprt) in svc_rdma_accept()
[all …]
Dsvc_rdma_backchannel.c22 struct svc_xprt *sxprt = rqstp->rq_xprt; in svc_rdma_handle_bc_reply()
191 struct svc_xprt *sxprt = rqst->rq_xprt->bc_xprt; in xprt_rdma_bc_send_request()
Dsvc_rdma_recvfrom.c252 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_rdma_release_rqst()
735 static bool svc_rdma_is_reverse_direction_reply(struct svc_xprt *xprt, in svc_rdma_is_reverse_direction_reply()
794 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_rdma_recvfrom()
Dsvc_rdma_sendto.c931 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_rdma_sendto()
/Linux-v6.1/include/trace/events/
Dsunrpc.h1654 struct svc_xprt *xprt = (r)->rq_xprt; \
1841 const struct svc_xprt *xprt
1890 const struct svc_xprt *xprt,
1938 const struct svc_xprt *xprt
1957 const struct svc_xprt *xprt \
1968 const struct svc_xprt *xprt,
2094 const struct svc_xprt *xprt,
2118 const struct svc_xprt *xprt,
2144 const struct svc_xprt *xprt, \
2161 const struct svc_xprt *xprt,
[all …]
/Linux-v6.1/fs/nfsd/
Dstate.h167 struct svc_xprt *cb_xprt; /* minorversion 1 only */
247 struct svc_xprt *cn_xprt;
Dnfssvc.c934 …struct svc_xprt *perm_sock = list_entry(rqstp->rq_server->sv_permsocks.next, typeof(struct svc_xpr… in nfsd()
Dnfsctl.c739 struct svc_xprt *xprt; in __write_ports_addxprt()
Dtrace.h48 const struct svc_xprt *xprt = rqstp->rq_xprt;
Dnfs4state.c3679 static struct nfsd4_conn *__nfsd4_find_conn(struct svc_xprt *xpt, struct nfsd4_session *s) in __nfsd4_find_conn()
3695 struct svc_xprt *xpt = rqst->rq_xprt; in nfsd4_match_existing_connection()
/Linux-v6.1/Documentation/networking/
Dkapi.rst62 .. kernel-doc:: net/sunrpc/svc_xprt.c
/Linux-v6.1/fs/lockd/
Dsvc.c195 struct svc_xprt *xprt; in create_lockd_listener()