Home
last modified time | relevance | path

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

123

/linux/include/linux/sunrpc/
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 *);
27 void (*xpo_detach)(struct svc_xprt *);
28 void (*xpo_free)(struct svc_xprt *);
30 void (*xpo_kill_temp_xprt)(struct svc_xprt *);
52 struct svc_xprt { struct
133 void svc_xprt_received(struct svc_xprt *xprt);
135 void svc_xprt_enqueue(struct svc_xprt *xprt);
136 void svc_xprt_put(struct svc_xprt *xprt);
[all …]
A 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 *);
A Dsvcauth.h150 struct svc_xprt;
166 extern void svcauth_unix_info_release(struct svc_xprt *xpt);
A Dsvc.h65 void (*svo_enqueue_xprt)(struct svc_xprt *);
233 struct svc_xprt * rq_xprt; /* transport ptr */
382 struct svc_xprt *xprt;
A Dxprt.h255 struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */
328 struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */
A Dsvc_rdma.h75 struct svc_xprt sc_xprt; /* SVC transport structure */
A Dclnt.h139 struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */
/linux/net/sunrpc/
A Dsvc_xprt.c158 struct svc_xprt *xprt = in svc_xprt_free()
224 struct svc_xprt *xprt; in __svc_xpo_create()
648 struct svc_xprt, in svc_check_conn_limits()
917 struct svc_xprt *xprt; in svc_send()
951 struct svc_xprt *xprt; in svc_age_temp_xprts()
993 struct svc_xprt *xprt; in svc_age_temp_xprts_now()
1083 struct svc_xprt *xprt; in svc_close_list()
1101 struct svc_xprt *xprt; in svc_dequeue_net()
1102 struct svc_xprt *tmp; in svc_dequeue_net()
1123 struct svc_xprt *xprt; in svc_clean_up_xprts()
[all …]
A 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 *);
350 static int svc_tcp_has_wspace(struct svc_xprt *xprt) in svc_tcp_has_wspace()
556 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_udp_sendto()
619 static struct svc_xprt *svc_udp_accept(struct svc_xprt *xprt) in svc_udp_accept()
742 static struct svc_xprt *svc_tcp_accept(struct svc_xprt *xprt) in svc_tcp_accept()
1160 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_tcp_sendto()
1487 return (struct svc_xprt *)svsk; in svc_create_socket()
1497 static void svc_sock_detach(struct svc_xprt *xprt) in svc_sock_detach()
[all …]
A DMakefile16 svc_xprt.o \
A Dbuilt-in.a23 svc_xprt.o/
A D.built-in.a.cmd1 … net/sunrpc/cache.o net/sunrpc/rpc_pipe.o net/sunrpc/sysfs.o net/sunrpc/svc_xprt.o net/sunrpc/xprt…
A Dsvcauth_unix.c336 ip_map_cached_get(struct svc_xprt *xprt) in ip_map_cached_get()
365 ip_map_cached_put(struct svc_xprt *xprt, struct ip_map *ipm) in ip_map_cached_put()
385 svcauth_unix_info_release(struct svc_xprt *xpt) in svcauth_unix_info_release()
665 struct svc_xprt *xprt = rqstp->rq_xprt; in svcauth_unix_set_client()
A D.svc_xprt.o.cmd1svc_xprt.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin…
3 source_net/sunrpc/svc_xprt.o := net/sunrpc/svc_xprt.c
5 deps_net/sunrpc/svc_xprt.o := \
1468 include/linux/sunrpc/svc_xprt.h \
1512 net/sunrpc/svc_xprt.o: $(deps_net/sunrpc/svc_xprt.o)
1514 $(deps_net/sunrpc/svc_xprt.o):
/linux/net/sunrpc/xprtrdma/
A Dsvc_rdma_transport.c72 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()
366 static struct svc_xprt *svc_rdma_accept(struct svc_xprt *xprt) in svc_rdma_accept()
536 static void svc_rdma_detach(struct svc_xprt *xprt) in svc_rdma_detach()
578 static void svc_rdma_free(struct svc_xprt *xprt) in svc_rdma_free()
[all …]
A 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()
A 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()
A Dsvc_rdma_sendto.c931 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_rdma_sendto()
/linux/include/trace/events/
A Dsunrpc.h1747 const struct svc_xprt *xprt
1793 TP_PROTO(struct svc_xprt *xprt),
1814 struct svc_xprt *xprt \
1826 const struct svc_xprt *xprt,
2014 const struct svc_xprt *xprt,
2038 const struct svc_xprt *xprt,
2064 const struct svc_xprt *xprt, \
2081 const struct svc_xprt *xprt,
2110 const struct svc_xprt *xprt,
2139 const struct svc_xprt *xprt,
[all …]
/linux/fs/nfsd/
A Dstate.h166 struct svc_xprt *cb_xprt; /* minorversion 1 only */
246 struct svc_xprt *cn_xprt;
A Dnfssvc.c921 …struct svc_xprt *perm_sock = list_entry(rqstp->rq_server->sv_permsocks.next, typeof(struct svc_xpr… in nfsd()
A Dnfsctl.c762 struct svc_xprt *xprt; in __write_ports_addxprt()
/linux/Documentation/networking/
A Dkapi.rst62 .. kernel-doc:: net/sunrpc/svc_xprt.c
/linux/net/
A Dbuilt-in.a176 sunrpc/svc_xprt.o/
/linux/fs/lockd/
A Dsvc.c195 struct svc_xprt *xprt; in create_lockd_listener()

Completed in 43 milliseconds

123