/net/sunrpc/ |
D | svc_xprt.c | 295 void svc_xprt_copy_addrs(struct svc_rqst *rqstp, struct svc_xprt *xprt) in svc_xprt_copy_addrs() 316 char *svc_print_addr(struct svc_rqst *rqstp, char *buf, size_t len) in svc_print_addr() 334 struct svc_rqst *rqstp = NULL; in svc_xprt_do_enqueue() local 464 void svc_reserve(struct svc_rqst *rqstp, int space) in svc_reserve() 481 static void svc_xprt_release(struct svc_rqst *rqstp) in svc_xprt_release() 520 struct svc_rqst *rqstp; in svc_wake_up() local 610 static int svc_alloc_arg(struct svc_rqst *rqstp) in svc_alloc_arg() 653 rqst_should_sleep(struct svc_rqst *rqstp) in rqst_should_sleep() 676 static struct svc_xprt *svc_get_next_xprt(struct svc_rqst *rqstp, long timeout) in svc_get_next_xprt() 751 static int svc_handle_xprt(struct svc_rqst *rqstp, struct svc_xprt *xprt) in svc_handle_xprt() [all …]
|
D | svcsock.c | 120 static void svc_release_skb(struct svc_rqst *rqstp) in svc_release_skb() 141 static void svc_set_cmsg_data(struct svc_rqst *rqstp, struct cmsghdr *cmh) in svc_set_cmsg_data() 234 static int svc_sendto(struct svc_rqst *rqstp, struct xdr_buf *xdr) in svc_sendto() 317 static int svc_recvfrom(struct svc_rqst *rqstp, struct kvec *iov, int nr, in svc_recvfrom() 343 static int svc_partial_recvfrom(struct svc_rqst *rqstp, in svc_partial_recvfrom() 397 static int svc_sock_secure_port(struct svc_rqst *rqstp) in svc_sock_secure_port() 507 static int svc_udp_get_dest_address4(struct svc_rqst *rqstp, in svc_udp_get_dest_address4() 524 static int svc_udp_get_dest_address6(struct svc_rqst *rqstp, in svc_udp_get_dest_address6() 546 static int svc_udp_get_dest_address(struct svc_rqst *rqstp, in svc_udp_get_dest_address() 562 static int svc_udp_recvfrom(struct svc_rqst *rqstp) in svc_udp_recvfrom() [all …]
|
D | svc.c | 547 svc_init_buffer(struct svc_rqst *rqstp, unsigned int size, int node) in svc_init_buffer() 576 svc_release_buffer(struct svc_rqst *rqstp) in svc_release_buffer() 588 struct svc_rqst *rqstp; in svc_rqst_alloc() local 620 struct svc_rqst *rqstp; in svc_prepare_thread() local 672 struct svc_rqst *rqstp; in choose_victim() local 705 struct svc_rqst *rqstp; in svc_set_num_threads() local 766 svc_rqst_free(struct svc_rqst *rqstp) in svc_rqst_free() 777 svc_exit_thread(struct svc_rqst *rqstp) in svc_exit_thread() 1046 void svc_printk(struct svc_rqst *rqstp, const char *fmt, ...) in svc_printk() 1062 static __printf(2,3) void svc_printk(struct svc_rqst *rqstp, const char *fmt, ...) {} in svc_printk() [all …]
|
D | svcauth.c | 37 svc_authenticate(struct svc_rqst *rqstp, __be32 *authp) in svc_authenticate() 64 int svc_set_client(struct svc_rqst *rqstp) in svc_set_client() 74 int svc_authorise(struct svc_rqst *rqstp) in svc_authorise()
|
D | svcauth_unix.c | 629 static struct group_info *unix_gid_find(kuid_t uid, struct svc_rqst *rqstp) in unix_gid_find() 656 svcauth_unix_set_client(struct svc_rqst *rqstp) in svcauth_unix_set_client() 726 svcauth_null_accept(struct svc_rqst *rqstp, __be32 *authp) in svcauth_null_accept() 766 svcauth_null_release(struct svc_rqst *rqstp) in svcauth_null_release() 790 svcauth_unix_accept(struct svc_rqst *rqstp, __be32 *authp) in svcauth_unix_accept() 850 svcauth_unix_release(struct svc_rqst *rqstp) in svcauth_unix_release()
|
D | auth.c | 770 static void rpcauth_wrap_req_encode(kxdreproc_t encode, struct rpc_rqst *rqstp, in rpcauth_wrap_req_encode() 780 rpcauth_wrap_req(struct rpc_task *task, kxdreproc_t encode, void *rqstp, in rpcauth_wrap_req() 795 rpcauth_unwrap_req_decode(kxdrdproc_t decode, struct rpc_rqst *rqstp, in rpcauth_unwrap_req_decode() 805 rpcauth_unwrap_resp(struct rpc_task *task, kxdrdproc_t decode, void *rqstp, in rpcauth_unwrap_resp()
|
D | clnt.c | 2418 static void rpcproc_encode_null(void *rqstp, struct xdr_stream *xdr, void *obj) in rpcproc_encode_null() 2422 static int rpcproc_decode_null(void *rqstp, struct xdr_stream *xdr, void *obj) in rpcproc_decode_null()
|
D | cache.c | 259 struct cache_head *h, struct cache_req *rqstp) in cache_check()
|
/net/sunrpc/xprtrdma/ |
D | svc_rdma_recvfrom.c | 58 static void rdma_build_arg_xdr(struct svc_rqst *rqstp, in rdma_build_arg_xdr() 120 struct svc_rqst *rqstp, in rdma_read_chunk_lcl() 213 struct svc_rqst *rqstp, in rdma_read_chunk_frmr() 369 rdma_copy_tail(struct svc_rqst *rqstp, struct svc_rdma_op_ctxt *head, in rdma_copy_tail() 416 struct svc_rqst *rqstp, in rdma_read_chunks() 509 static int rdma_read_complete(struct svc_rqst *rqstp, in rdma_read_complete() 573 int svc_rdma_recvfrom(struct svc_rqst *rqstp) in svc_rdma_recvfrom()
|
D | svc_rdma_sendto.c | 215 static int send_write(struct svcxprt_rdma *xprt, struct svc_rqst *rqstp, in send_write() 308 struct svc_rqst *rqstp, in send_write_chunks() 373 struct svc_rqst *rqstp, in send_reply_chunks() 452 struct svc_rqst *rqstp, in send_reply() 565 void svc_rdma_prep_reply_hdr(struct svc_rqst *rqstp) in svc_rdma_prep_reply_hdr() 569 int svc_rdma_sendto(struct svc_rqst *rqstp) in svc_rdma_sendto()
|
D | svc_rdma_marshal.c | 149 struct svc_rqst *rqstp) in svc_rdma_xdr_decode_req()
|
D | svc_rdma_transport.c | 1133 static void svc_rdma_release_rqst(struct svc_rqst *rqstp) in svc_rdma_release_rqst() 1252 static int svc_rdma_secure_port(struct svc_rqst *rqstp) in svc_rdma_secure_port()
|
/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 660 gss_verify_header(struct svc_rqst *rqstp, struct rsc *rsci, in gss_verify_header() 706 gss_write_null_verf(struct svc_rqst *rqstp) in gss_write_null_verf() 720 gss_write_verf(struct svc_rqst *rqstp, struct gss_ctx *ctx_id, u32 seq) in gss_write_verf() 830 unwrap_integ_data(struct svc_rqst *rqstp, struct xdr_buf *buf, u32 seq, struct gss_ctx *ctx) in unwrap_integ_data() 889 unwrap_priv_data(struct svc_rqst *rqstp, struct xdr_buf *buf, u32 seq, struct gss_ctx *ctx) in unwrap_priv_data() 949 svcauth_gss_set_client(struct svc_rqst *rqstp) in svcauth_gss_set_client() 975 gss_write_init_verf(struct cache_detail *cd, struct svc_rqst *rqstp, in gss_write_init_verf() 1052 gss_read_proxy_verf(struct svc_rqst *rqstp, in gss_read_proxy_verf() 1103 static int svcauth_gss_legacy_init(struct svc_rqst *rqstp, in svcauth_gss_legacy_init() 1216 static int svcauth_gss_proxy_init(struct svc_rqst *rqstp, in svcauth_gss_proxy_init() [all …]
|
D | auth_gss.c | 1632 static void gss_wrap_req_encode(kxdreproc_t encode, struct rpc_rqst *rqstp, in gss_wrap_req_encode() 1643 kxdreproc_t encode, struct rpc_rqst *rqstp, in gss_wrap_req_integ() 1690 priv_release_snd_buf(struct rpc_rqst *rqstp) in priv_release_snd_buf() 1701 alloc_enc_pages(struct rpc_rqst *rqstp) in alloc_enc_pages() 1738 kxdreproc_t encode, struct rpc_rqst *rqstp, in gss_wrap_req_priv() 1806 kxdreproc_t encode, void *rqstp, __be32 *p, void *obj) in gss_wrap_req() 1843 struct rpc_rqst *rqstp, __be32 **p) in gss_unwrap_resp_integ() 1880 struct rpc_rqst *rqstp, __be32 **p) in gss_unwrap_resp_priv() 1907 gss_unwrap_req_decode(kxdrdproc_t decode, struct rpc_rqst *rqstp, in gss_unwrap_req_decode() 1918 kxdrdproc_t decode, void *rqstp, __be32 *p, void *obj) in gss_unwrap_resp()
|
D | gss_rpc_xdr.c | 791 int gssx_dec_accept_sec_context(struct rpc_rqst *rqstp, in gssx_dec_accept_sec_context()
|