Home
last modified time | relevance | path

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

/Linux-v4.19/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 *);
26 void (*xpo_detach)(struct svc_xprt *);
27 void (*xpo_free)(struct svc_xprt *);
29 void (*xpo_kill_temp_xprt)(struct svc_xprt *);
51 struct svc_xprt { struct
95 static inline void unregister_xpt_user(struct svc_xprt *xpt, struct svc_xpt_user *u) in unregister_xpt_user() argument
102 static inline int register_xpt_user(struct svc_xprt *xpt, struct svc_xpt_user *u) in register_xpt_user()
121 void svc_xprt_init(struct net *, struct svc_xprt_class *, struct svc_xprt *,
[all …]
Dsvcsock.h20 struct svc_xprt sk_xprt;
65 struct svc_xprt *svc_sock_create(struct svc_serv *serv, int prot);
66 void svc_sock_destroy(struct svc_xprt *);
Dsvc.h64 void (*svo_enqueue_xprt)(struct svc_xprt *);
112 struct svc_xprt *sv_bc_xprt; /* callback on fore channel */
232 struct svc_xprt * rq_xprt; /* transport ptr */
371 struct svc_xprt *xprt;
Dsvcauth.h151 struct svc_xprt;
167 extern void svcauth_unix_info_release(struct svc_xprt *xpt);
Dxprt.h240 struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */
309 struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */
Dsvc_rdma.h75 struct svc_xprt sc_xprt; /* SVC transport structure */
Dclnt.h126 struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */
/Linux-v4.19/net/sunrpc/
Dsvc_xprt.c28 static struct svc_deferred_req *svc_deferred_dequeue(struct svc_xprt *xprt);
32 static void svc_delete_xprt(struct svc_xprt *xprt);
134 struct svc_xprt *xprt = in svc_xprt_free()
135 container_of(kref, struct svc_xprt, xpt_ref); in svc_xprt_free()
149 void svc_xprt_put(struct svc_xprt *xprt) in svc_xprt_put()
160 struct svc_xprt *xprt, struct svc_serv *serv) in svc_xprt_init()
180 static struct svc_xprt *__svc_xpo_create(struct svc_xprt_class *xcl, in __svc_xpo_create()
228 static void svc_xprt_received(struct svc_xprt *xprt) in svc_xprt_received()
245 void svc_add_new_perm_xprt(struct svc_serv *serv, struct svc_xprt *new) in svc_add_new_perm_xprt()
262 struct svc_xprt *newxprt; in _svc_create_xprt()
[all …]
Dsvcsock.c66 static void svc_sock_detach(struct svc_xprt *);
67 static void svc_tcp_sock_detach(struct svc_xprt *);
68 static void svc_sock_free(struct svc_xprt *);
70 static struct svc_xprt *svc_create_socket(struct svc_serv *, int,
74 static struct svc_xprt *svc_bc_create_socket(struct svc_serv *, int,
77 static void svc_bc_sock_free(struct svc_xprt *xprt);
440 static int svc_tcp_has_wspace(struct svc_xprt *xprt) in svc_tcp_has_wspace()
449 static void svc_tcp_kill_temp_xprt(struct svc_xprt *xprt) in svc_tcp_kill_temp_xprt()
649 static int svc_udp_has_wspace(struct svc_xprt *xprt) in svc_udp_has_wspace()
667 static struct svc_xprt *svc_udp_accept(struct svc_xprt *xprt) in svc_udp_accept()
[all …]
DMakefile16 svc_xprt.o \
Dsvcauth_unix.c341 ip_map_cached_get(struct svc_xprt *xprt) in ip_map_cached_get()
370 ip_map_cached_put(struct svc_xprt *xprt, struct ip_map *ipm) in ip_map_cached_put()
390 svcauth_unix_info_release(struct svc_xprt *xpt) in svcauth_unix_info_release()
663 struct svc_xprt *xprt = rqstp->rq_xprt; in svcauth_unix_set_client()
Dxprtsock.c2710 struct svc_xprt *xprt; in bc_send_request()
/Linux-v4.19/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c69 static struct svc_xprt *svc_rdma_create(struct svc_serv *serv,
73 static struct svc_xprt *svc_rdma_accept(struct svc_xprt *xprt);
75 static void svc_rdma_detach(struct svc_xprt *xprt);
76 static void svc_rdma_free(struct svc_xprt *xprt);
77 static int svc_rdma_has_wspace(struct svc_xprt *xprt);
79 static void svc_rdma_kill_temp_xprt(struct svc_xprt *);
104 static struct svc_xprt *svc_rdma_bc_create(struct svc_serv *, struct net *,
106 static void svc_rdma_bc_detach(struct svc_xprt *);
107 static void svc_rdma_bc_free(struct svc_xprt *);
124 static struct svc_xprt *svc_rdma_bc_create(struct svc_serv *serv, in svc_rdma_bc_create()
[all …]
Dsvc_rdma_recvfrom.c639 static bool svc_rdma_is_backchannel_reply(struct svc_xprt *xprt, in svc_rdma_is_backchannel_reply()
700 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_rdma_recvfrom()
Dsvc_rdma_backchannel.c221 struct svc_xprt *sxprt = rqst->rq_xprt->bc_xprt; in xprt_rdma_bc_send_request()
Dsvc_rdma_sendto.c762 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_rdma_sendto()
Dsvc_rdma_rw.c309 struct svc_xprt *xprt = &rdma->sc_xprt; in svc_rdma_post_chunk_ctxt()
/Linux-v4.19/include/trace/events/
Dsunrpc.h679 TP_PROTO(struct svc_xprt *xprt, struct svc_rqst *rqst),
684 __field(struct svc_xprt *, xprt)
703 TP_PROTO(struct svc_xprt *xprt),
708 __field(struct svc_xprt *, xprt)
725 TP_PROTO(struct svc_xprt *xprt),
734 __field(struct svc_xprt *, xprt)
771 TP_PROTO(struct svc_xprt *xprt, int len),
776 __field(struct svc_xprt *, xprt)
Drpcrdma.h926 const struct svc_xprt *xprt
949 const struct svc_xprt *xprt \
/Linux-v4.19/fs/nfsd/
Dstate.h151 struct svc_xprt *cb_xprt; /* minorversion 1 only */
231 struct svc_xprt *cn_xprt;
Dnfssvc.c678 …struct svc_xprt *perm_sock = list_entry(rqstp->rq_server->sv_permsocks.next, typeof(struct svc_xpr… in nfsd()
Dnfsctl.c757 struct svc_xprt *xprt; in __write_ports_addxprt()
Dnfs4state.c3012 static struct nfsd4_conn *__nfsd4_find_conn(struct svc_xprt *xpt, struct nfsd4_session *s) in __nfsd4_find_conn()
/Linux-v4.19/Documentation/networking/
Dkapi.rst62 .. kernel-doc:: net/sunrpc/svc_xprt.c
/Linux-v4.19/fs/lockd/
Dsvc.c193 struct svc_xprt *xprt; in create_lockd_listener()