/kernel/linux/linux-5.10/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 *); 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 96 static inline void unregister_xpt_user(struct svc_xprt *xpt, struct svc_xpt_user *u) in unregister_xpt_user() argument 103 static inline int register_xpt_user(struct svc_xprt *xpt, struct svc_xpt_user *u) in register_xpt_user() 120 static inline bool svc_xprt_is_dead(const struct svc_xprt *xprt) in svc_xprt_is_dead() [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 | 150 struct svc_xprt; 166 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 */ 377 struct svc_xprt *xprt;
|
D | xprt.h | 251 struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */ 322 struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */
|
D | svc_rdma.h | 77 struct svc_xprt sc_xprt; /* SVC transport structure */
|
D | clnt.h | 134 struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */
|
/kernel/linux/linux-5.10/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); 144 struct svc_xprt *xprt = in svc_xprt_free() 145 container_of(kref, struct svc_xprt, xpt_ref); in svc_xprt_free() 161 void svc_xprt_put(struct svc_xprt *xprt) in svc_xprt_put() 172 struct svc_xprt *xprt, struct svc_serv *serv) in svc_xprt_init() 191 static struct svc_xprt *__svc_xpo_create(struct svc_xprt_class *xcl, in __svc_xpo_create() 210 struct svc_xprt *xprt; in __svc_xpo_create() 244 static void svc_xprt_received(struct svc_xprt *xprt) in svc_xprt_received() 261 void svc_add_new_perm_xprt(struct svc_serv *serv, struct svc_xprt *new) in svc_add_new_perm_xprt() [all …]
|
D | svcsock.c | 70 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, 350 static int svc_tcp_has_wspace(struct svc_xprt *xprt) in svc_tcp_has_wspace() 359 static void svc_tcp_kill_temp_xprt(struct svc_xprt *xprt) in svc_tcp_kill_temp_xprt() 553 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_udp_sendto() 598 static int svc_udp_has_wspace(struct svc_xprt *xprt) in svc_udp_has_wspace() 616 static struct svc_xprt *svc_udp_accept(struct svc_xprt *xprt) in svc_udp_accept() 622 static void svc_udp_kill_temp_xprt(struct svc_xprt *xprt) in svc_udp_kill_temp_xprt() [all …]
|
D | Makefile | 16 svc_xprt.o \
|
D | svcauth_unix.c | 345 ip_map_cached_get(struct svc_xprt *xprt) in ip_map_cached_get() 374 ip_map_cached_put(struct svc_xprt *xprt, struct ip_map *ipm) in ip_map_cached_put() 394 svcauth_unix_info_release(struct svc_xprt *xpt) in svcauth_unix_info_release() 674 struct svc_xprt *xprt = rqstp->rq_xprt; in svcauth_unix_set_client()
|
D | xprtsock.c | 2587 struct svc_xprt *xprt; in bc_send_request()
|
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
D | svc_rdma_transport.c | 68 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() 277 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 …]
|
D | svc_rdma_backchannel.c | 22 struct svc_xprt *sxprt = rqstp->rq_xprt; in svc_rdma_handle_bc_reply() 179 struct svc_xprt *sxprt = rqst->rq_xprt->bc_xprt; in xprt_rdma_bc_send_request()
|
D | svc_rdma_recvfrom.c | 246 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_rdma_release_rqst() 738 static bool svc_rdma_is_backchannel_reply(struct svc_xprt *xprt, in svc_rdma_is_backchannel_reply() 799 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_rdma_recvfrom()
|
D | svc_rdma_sendto.c | 892 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_rdma_sendto()
|
D | svc_rdma_rw.c | 337 struct svc_xprt *xprt = &rdma->sc_xprt; in svc_rdma_post_chunk_ctxt()
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | sunrpc.h | 1684 const struct svc_xprt *xprt 1709 TP_PROTO(struct svc_xprt *xprt, struct svc_rqst *rqst), 1730 TP_PROTO(struct svc_xprt *xprt), 1751 struct svc_xprt *xprt \ 1762 const struct svc_xprt *xprt, 1824 TP_PROTO(struct svc_xprt *xprt, int len), 1930 const struct svc_xprt *xprt, 1954 const struct svc_xprt *xprt, 1980 const struct svc_xprt *xprt, \ 1997 const struct svc_xprt *xprt, [all …]
|
/kernel/linux/linux-5.10/fs/nfsd/ |
D | state.h | 166 struct svc_xprt *cb_xprt; /* minorversion 1 only */ 246 struct svc_xprt *cn_xprt;
|
D | nfssvc.c | 923 …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 | 3524 static struct nfsd4_conn *__nfsd4_find_conn(struct svc_xprt *xpt, struct nfsd4_session *s) in __nfsd4_find_conn() 3540 struct svc_xprt *xpt = rqst->rq_xprt; in nfsd4_match_existing_connection()
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | kapi.rst | 62 .. kernel-doc:: net/sunrpc/svc_xprt.c
|
/kernel/linux/linux-5.10/fs/lockd/ |
D | svc.c | 195 struct svc_xprt *xprt; in create_lockd_listener()
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 59248 + struct svc_xprt*(*bc_get_xprt)(struct svc_serv *serv, struct net *net); 59817 + struct svc_xprt *s_xprt; 59853 +struct svc_xprt *xprt_rdma_bc_get_xprt(struct svc_serv *serv, struct net *net)
|