Searched refs:svc_xprt (Results 1 – 20 of 20) sorted by relevance
/linux-3.4.99/include/linux/sunrpc/ |
D | svc_xprt.h | 15 struct svc_xprt *(*xpo_create)(struct svc_serv *, 19 struct svc_xprt *(*xpo_accept)(struct svc_xprt *); 20 int (*xpo_has_wspace)(struct svc_xprt *); 25 void (*xpo_detach)(struct svc_xprt *); 26 void (*xpo_free)(struct svc_xprt *); 47 struct svc_xprt { struct 86 static inline void unregister_xpt_user(struct svc_xprt *xpt, struct svc_xpt_user *u) in unregister_xpt_user() argument 93 static inline int register_xpt_user(struct svc_xprt *xpt, struct svc_xpt_user *u) in register_xpt_user() 112 void svc_xprt_init(struct net *, struct svc_xprt_class *, struct svc_xprt *, 116 void svc_xprt_enqueue(struct svc_xprt *xprt); [all …]
|
D | svcsock.h | 19 struct svc_xprt sk_xprt; 50 struct svc_xprt *svc_sock_create(struct svc_serv *serv, int prot); 51 void svc_sock_destroy(struct svc_xprt *);
|
D | svcauth.h | 119 struct svc_xprt; 135 extern void svcauth_unix_info_release(struct svc_xprt *xpt);
|
D | svc.h | 103 struct svc_xprt *sv_bc_xprt; /* callback on fore channel */ 223 struct svc_xprt * rq_xprt; /* transport ptr */ 352 struct svc_xprt *xprt;
|
D | xprt.h | 204 struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */ 264 struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */
|
D | svc_rdma.h | 132 struct svc_xprt sc_xprt; /* SVC transport structure */
|
D | clnt.h | 117 struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */
|
/linux-3.4.99/net/sunrpc/ |
D | svc_xprt.c | 21 static struct svc_deferred_req *svc_deferred_dequeue(struct svc_xprt *xprt); 25 static void svc_delete_xprt(struct svc_xprt *xprt); 128 struct svc_xprt *xprt = in svc_xprt_free() 129 container_of(kref, struct svc_xprt, xpt_ref); in svc_xprt_free() 141 void svc_xprt_put(struct svc_xprt *xprt) in svc_xprt_put() 152 struct svc_xprt *xprt, struct svc_serv *serv) in svc_xprt_init() 171 static struct svc_xprt *__svc_xpo_create(struct svc_xprt_class *xcl, in __svc_xpo_create() 220 struct svc_xprt *newxprt; in svc_create_xprt() 257 void svc_xprt_copy_addrs(struct svc_rqst *rqstp, struct svc_xprt *xprt) in svc_xprt_copy_addrs() 303 static bool svc_xprt_has_something_to_do(struct svc_xprt *xprt) in svc_xprt_has_something_to_do() [all …]
|
D | svcsock.c | 65 static void svc_sock_detach(struct svc_xprt *); 66 static void svc_tcp_sock_detach(struct svc_xprt *); 67 static void svc_sock_free(struct svc_xprt *); 69 static struct svc_xprt *svc_create_socket(struct svc_serv *, int, 73 static struct svc_xprt *svc_bc_create_socket(struct svc_serv *, int, 76 static void svc_bc_sock_free(struct svc_xprt *xprt); 687 static int svc_udp_has_wspace(struct svc_xprt *xprt) in svc_udp_has_wspace() 705 static struct svc_xprt *svc_udp_accept(struct svc_xprt *xprt) in svc_udp_accept() 711 static struct svc_xprt *svc_udp_create(struct svc_serv *serv, in svc_udp_create() 852 static struct svc_xprt *svc_tcp_accept(struct svc_xprt *xprt) in svc_tcp_accept() [all …]
|
D | Makefile | 15 svc_xprt.o
|
D | svcauth_unix.c | 364 ip_map_cached_get(struct svc_xprt *xprt) in ip_map_cached_get() 393 ip_map_cached_put(struct svc_xprt *xprt, struct ip_map *ipm) in ip_map_cached_put() 413 svcauth_unix_info_release(struct svc_xprt *xpt) in svcauth_unix_info_release() 678 struct svc_xprt *xprt = rqstp->rq_xprt; in svcauth_unix_set_client()
|
D | xprtsock.c | 2391 struct svc_xprt *xprt; in bc_send_request()
|
/linux-3.4.99/net/sunrpc/xprtrdma/ |
D | svc_rdma_transport.c | 58 static struct svc_xprt *svc_rdma_create(struct svc_serv *serv, 62 static struct svc_xprt *svc_rdma_accept(struct svc_xprt *xprt); 65 static void svc_rdma_detach(struct svc_xprt *xprt); 66 static void svc_rdma_free(struct svc_xprt *xprt); 67 static int svc_rdma_has_wspace(struct svc_xprt *xprt); 175 struct svc_xprt *xprt = context; in cq_event_handler() 184 struct svc_xprt *xprt = context; in qp_event_handler() 632 struct svc_xprt *xprt = cma_id->context; in rdma_cma_handler() 672 static struct svc_xprt *svc_rdma_create(struct svc_serv *serv, in svc_rdma_create() 679 struct svc_xprt *xprt; in svc_rdma_create() [all …]
|
D | svc_rdma_sendto.c | 675 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_rdma_sendto()
|
D | svc_rdma_recvfrom.c | 586 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_rdma_recvfrom()
|
/linux-3.4.99/fs/nfsd/ |
D | state.h | 111 struct svc_xprt *cb_xprt; /* minorversion 1 only */ 179 struct svc_xprt *cn_xprt;
|
D | nfssvc.c | 486 …struct svc_xprt *perm_sock = list_entry(rqstp->rq_server->sv_permsocks.next, typeof(struct svc_xpr… in nfsd()
|
D | nfsctl.c | 709 struct svc_xprt *xprt; in __write_ports_addxprt() 752 struct svc_xprt *xprt; in __write_ports_delxprt()
|
D | nfs4state.c | 1855 static struct nfsd4_conn *__nfsd4_find_conn(struct svc_xprt *xpt, struct nfsd4_session *s) in __nfsd4_find_conn()
|
/linux-3.4.99/fs/lockd/ |
D | svc.c | 199 struct svc_xprt *xprt; in create_lockd_listener()
|