Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A 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_release_ctxt)(struct svc_xprt *xprt, void *ctxt);
27 void (*xpo_detach)(struct svc_xprt *);
28 void (*xpo_free)(struct svc_xprt *);
29 void (*xpo_kill_temp_xprt)(struct svc_xprt *);
30 void (*xpo_handshake)(struct svc_xprt *xprt);
52 struct svc_xprt { struct
118 static inline void svc_xprt_set_valid(struct svc_xprt *xpt) in svc_xprt_set_valid()
[all …]
H A Dsvc_rdma.h77 struct svc_xprt sc_xprt; /* SVC transport structure */
124 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_rdma_rqst_rdma()
265 extern void svc_rdma_release_ctxt(struct svc_xprt *xprt, void *ctxt);
H A Dsvcauth.h152 struct svc_xprt;
169 extern void svcauth_unix_info_release(struct svc_xprt *xpt);
H A Dsvcsock.h14 #include <linux/sunrpc/svc_xprt.h>
20 struct svc_xprt sk_xprt;
H A Dsvc.h183 struct svc_xprt * rq_xprt; /* transport ptr */
346 struct svc_xprt *xprt;
H A Dxprt.h282 struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */
356 struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */
/linux/net/sunrpc/
H A Dsvc_xprt.c3 * linux/net/sunrpc/svc_xprt.c
16 #include <linux/sunrpc/svc_xprt.h>
30 static struct svc_deferred_req *svc_deferred_dequeue(struct svc_xprt *xprt);
34 static void svc_delete_xprt(struct svc_xprt *xprt);
158 void svc_xprt_deferred_close(struct svc_xprt *xprt) in svc_xprt_deferred_close()
168 struct svc_xprt *xprt = in svc_xprt_free()
169 container_of(kref, struct svc_xprt, xpt_ref); in svc_xprt_free()
185 void svc_xprt_put(struct svc_xprt *xprt) in svc_xprt_put()
196 struct svc_xprt *xprt, struct svc_serv *serv) in svc_xprt_init()
224 void svc_xprt_received(struct svc_xprt *xpr
[all...]
H A Dsvcsock.c93 static void svc_sock_detach(struct svc_xprt *);
94 static void svc_tcp_sock_detach(struct svc_xprt *);
95 static void svc_sock_free(struct svc_xprt *);
97 static struct svc_xprt *svc_create_socket(struct svc_serv *, int,
142 static void svc_tcp_release_ctxt(struct svc_xprt *xprt, void *ctxt) in svc_tcp_release_ctxt()
152 static void svc_udp_release_ctxt(struct svc_xprt *xprt, void *ctxt) in svc_udp_release_ctxt()
437 static int svc_tcp_has_wspace(struct svc_xprt *xprt) in svc_tcp_has_wspace()
446 static void svc_tcp_kill_temp_xprt(struct svc_xprt *xprt) in svc_tcp_kill_temp_xprt()
466 struct svc_xprt *xprt = data; in svc_tcp_handshake_done()
483 static void svc_tcp_handshake(struct svc_xprt *xprt) in svc_tcp_handshake()
[all …]
H A DMakefile16 svc_xprt.o \
H A Dsvcauth_unix.c338 ip_map_cached_get(struct svc_xprt *xprt) in ip_map_cached_get()
367 ip_map_cached_put(struct svc_xprt *xprt, struct ip_map *ipm) in ip_map_cached_put()
387 svcauth_unix_info_release(struct svc_xprt *xpt) in svcauth_unix_info_release()
676 struct svc_xprt *xprt = rqstp->rq_xprt; in svcauth_unix_set_client()
836 struct svc_xprt *xprt = rqstp->rq_xprt; in svcauth_tls_accept()
H A Dxprtsock.c3019 struct svc_xprt *xprt; in bc_send_request()
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c58 #include <linux/sunrpc/svc_xprt.h>
70 static struct svc_xprt *svc_rdma_create(struct svc_serv *serv,
74 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);
78 static void svc_rdma_kill_temp_xprt(struct svc_xprt *);
104 struct svc_xprt *xprt = context; in qp_event_handler()
225 * this cma_id is inherited from the listening cma_id and is the svc_xprt
[all...]
H A Dsvc_rdma_backchannel.c22 struct svc_xprt *sxprt = rqstp->rq_xprt; in svc_rdma_handle_bc_reply()
182 struct svc_xprt *sxprt = rqst->rq_xprt->bc_xprt; in xprt_rdma_bc_send_request()
H A Dsvc_rdma_sendto.c302 * NB: The svc_xprt/svcxprt_rdma is pinned whenever it's possible that in svc_rdma_wc_send()
1001 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_rdma_sendto()
/linux/include/trace/events/
H A Dsunrpc.h1723 struct svc_xprt *xprt = (r)->rq_xprt; \
1959 const struct svc_xprt *xprt
2008 const struct svc_xprt *xprt,
2057 const struct svc_xprt *xprt
2076 const struct svc_xprt *xprt \
2087 TP_PROTO(const struct svc_xprt *xprt), \
2098 const struct svc_xprt *xprt,
2252 const struct svc_xprt *xprt,
2276 const struct svc_xprt *xprt,
2302 const struct svc_xprt *xprt, \
[all …]
/linux/fs/nfsd/
H A Dstate.h268 struct svc_xprt *cb_xprt; /* minorversion 1 only */
352 struct svc_xprt *cn_xprt;
H A Dnfssvc.c887 …struct svc_xprt *perm_sock = list_entry(rqstp->rq_server->sv_permsocks.next, typeof(struct svc_xpr… in nfsd()
H A Dnfsctl.c756 struct svc_xprt *xprt; in __write_ports_addxprt()
1895 struct svc_xprt *xprt, *tmp; in nfsd_nl_listener_set_doit()
2037 struct svc_xprt *xprt; in nfsd_nl_listener_get_doit()
H A Dexport.c1114 struct svc_xprt *xprt = rqstp->rq_xprt; in check_xprtsec_policy()
H A Dnfs4state.c4139 static struct nfsd4_conn *__nfsd4_find_conn(struct svc_xprt *xpt, struct nfsd4_session *s) in __nfsd4_find_conn()
4155 struct svc_xprt *xpt = rqst->rq_xprt; in nfsd4_match_existing_connection()