| /Linux-v5.4/include/linux/sunrpc/ |
| D | svc_xprt.h | 16 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 *); 25 void (*xpo_detach)(struct svc_xprt *); 26 void (*xpo_free)(struct svc_xprt *); 28 void (*xpo_kill_temp_xprt)(struct svc_xprt *); 50 struct svc_xprt { struct 94 static inline void unregister_xpt_user(struct svc_xprt *xpt, struct svc_xpt_user *u) in unregister_xpt_user() argument 101 static inline int register_xpt_user(struct svc_xprt *xpt, struct svc_xpt_user *u) in register_xpt_user() 120 void svc_xprt_init(struct net *, struct svc_xprt_class *, struct svc_xprt *, [all …]
|
| D | svcsock.h | 20 struct svc_xprt sk_xprt; 66 struct svc_xprt *svc_sock_create(struct svc_serv *serv, int prot); 67 void svc_sock_destroy(struct svc_xprt *);
|
| D | svcauth.h | 152 struct svc_xprt; 168 extern void svcauth_unix_info_release(struct svc_xprt *xpt);
|
| D | svc.h | 64 void (*svo_enqueue_xprt)(struct svc_xprt *); 232 struct svc_xprt * rq_xprt; /* transport ptr */ 375 struct svc_xprt *xprt;
|
| D | svc_rdma.h | 76 struct svc_xprt sc_xprt; /* SVC transport structure */
|
| D | xprt.h | 251 struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */ 322 struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */
|
| D | clnt.h | 130 struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */
|
| /Linux-v5.4/net/sunrpc/ |
| D | svc_xprt.c | 29 static struct svc_deferred_req *svc_deferred_dequeue(struct svc_xprt *xprt); 33 static void svc_delete_xprt(struct svc_xprt *xprt); 135 struct svc_xprt *xprt = in svc_xprt_free() 136 container_of(kref, struct svc_xprt, xpt_ref); in svc_xprt_free() 151 void svc_xprt_put(struct svc_xprt *xprt) in svc_xprt_put() 162 struct svc_xprt *xprt, struct svc_serv *serv) in svc_xprt_init() 181 static struct svc_xprt *__svc_xpo_create(struct svc_xprt_class *xcl, in __svc_xpo_create() 229 static void svc_xprt_received(struct svc_xprt *xprt) in svc_xprt_received() 246 void svc_add_new_perm_xprt(struct svc_serv *serv, struct svc_xprt *new) in svc_add_new_perm_xprt() 264 struct svc_xprt *newxprt; in _svc_create_xprt() [all …]
|
| D | svcsock.c | 67 static void svc_sock_detach(struct svc_xprt *); 68 static void svc_tcp_sock_detach(struct svc_xprt *); 69 static void svc_sock_free(struct svc_xprt *); 71 static struct svc_xprt *svc_create_socket(struct svc_serv *, int, 413 static int svc_tcp_has_wspace(struct svc_xprt *xprt) in svc_tcp_has_wspace() 422 static void svc_tcp_kill_temp_xprt(struct svc_xprt *xprt) in svc_tcp_kill_temp_xprt() 616 static int svc_udp_has_wspace(struct svc_xprt *xprt) in svc_udp_has_wspace() 634 static struct svc_xprt *svc_udp_accept(struct svc_xprt *xprt) in svc_udp_accept() 640 static void svc_udp_kill_temp_xprt(struct svc_xprt *xprt) in svc_udp_kill_temp_xprt() 644 static struct svc_xprt *svc_udp_create(struct svc_serv *serv, in svc_udp_create() [all …]
|
| D | Makefile | 16 svc_xprt.o \
|
| D | svcauth_unix.c | 349 ip_map_cached_get(struct svc_xprt *xprt) in ip_map_cached_get() 378 ip_map_cached_put(struct svc_xprt *xprt, struct ip_map *ipm) in ip_map_cached_put() 398 svcauth_unix_info_release(struct svc_xprt *xpt) in svcauth_unix_info_release() 672 struct svc_xprt *xprt = rqstp->rq_xprt; in svcauth_unix_set_client()
|
| D | xprtsock.c | 2684 struct svc_xprt *xprt; in bc_send_request()
|
| /Linux-v5.4/net/sunrpc/xprtrdma/ |
| D | svc_rdma_transport.c | 69 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 *); 105 struct svc_xprt *xprt = context; in qp_event_handler() 270 struct svc_xprt *xprt = &rdma->sc_xprt; in rdma_cma_handler() 310 static struct svc_xprt *svc_rdma_create(struct svc_serv *serv, in svc_rdma_create() 388 static struct svc_xprt *svc_rdma_accept(struct svc_xprt *xprt) in svc_rdma_accept() [all …]
|
| D | svc_rdma_recvfrom.c | 691 static bool svc_rdma_is_backchannel_reply(struct svc_xprt *xprt, in svc_rdma_is_backchannel_reply() 752 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_rdma_recvfrom()
|
| D | svc_rdma_backchannel.c | 216 struct svc_xprt *sxprt = rqst->rq_xprt->bc_xprt; in xprt_rdma_bc_send_request()
|
| D | svc_rdma_sendto.c | 820 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_rdma_sendto()
|
| D | svc_rdma_rw.c | 301 struct svc_xprt *xprt = &rdma->sc_xprt; in svc_rdma_post_chunk_ctxt()
|
| /Linux-v5.4/include/trace/events/ |
| D | sunrpc.h | 978 TP_PROTO(struct svc_xprt *xprt, struct svc_rqst *rqst), 983 __field(struct svc_xprt *, xprt) 1002 TP_PROTO(struct svc_xprt *xprt), 1007 __field(struct svc_xprt *, xprt) 1024 TP_PROTO(struct svc_xprt *xprt), 1033 __field(struct svc_xprt *, xprt) 1070 TP_PROTO(struct svc_xprt *xprt, int len), 1075 __field(struct svc_xprt *, xprt)
|
| D | rpcrdma.h | 1245 const struct svc_xprt *xprt 1268 const struct svc_xprt *xprt \
|
| /Linux-v5.4/fs/nfsd/ |
| D | state.h | 153 struct svc_xprt *cb_xprt; /* minorversion 1 only */ 233 struct svc_xprt *cn_xprt;
|
| D | nfssvc.c | 873 …struct svc_xprt *perm_sock = list_entry(rqstp->rq_server->sv_permsocks.next, typeof(struct svc_xpr… in nfsd()
|
| D | nfsctl.c | 761 struct svc_xprt *xprt; in __write_ports_addxprt()
|
| D | nfs4state.c | 3488 static struct nfsd4_conn *__nfsd4_find_conn(struct svc_xprt *xpt, struct nfsd4_session *s) in __nfsd4_find_conn()
|
| /Linux-v5.4/Documentation/networking/ |
| D | kapi.rst | 62 .. kernel-doc:: net/sunrpc/svc_xprt.c
|
| /Linux-v5.4/fs/lockd/ |
| D | svc.c | 195 struct svc_xprt *xprt; in create_lockd_listener()
|