/net/sunrpc/ |
D | svc.c | 603 svc_init_buffer(struct svc_rqst *rqstp, unsigned int size, int node) in svc_init_buffer() 627 svc_release_buffer(struct svc_rqst *rqstp) in svc_release_buffer() 639 struct svc_rqst *rqstp; in svc_rqst_alloc() local 676 struct svc_rqst *rqstp; in svc_prepare_thread() local 705 struct svc_rqst *rqstp; in svc_pool_wake_idle_thread() local 751 struct svc_rqst *rqstp; in svc_pool_victim() local 765 struct svc_rqst *rqstp; in svc_start_kthreads() local 800 struct svc_rqst *rqstp; in svc_stop_kthreads() local 865 bool svc_rqst_replace_page(struct svc_rqst *rqstp, struct page *page) in svc_rqst_replace_page() 894 void svc_rqst_release_pages(struct svc_rqst *rqstp) in svc_rqst_release_pages() [all …]
|
D | svc_xprt.c | 366 void svc_xprt_copy_addrs(struct svc_rqst *rqstp, struct svc_xprt *xprt) in svc_xprt_copy_addrs() 387 char *svc_print_addr(struct svc_rqst *rqstp, char *buf, size_t len) in svc_print_addr() 401 static bool svc_xprt_reserve_slot(struct svc_rqst *rqstp, struct svc_xprt *xprt) in svc_xprt_reserve_slot() 412 static void svc_xprt_release_slot(struct svc_rqst *rqstp) in svc_xprt_release_slot() 515 void svc_reserve(struct svc_rqst *rqstp, int space) in svc_reserve() 539 static void svc_xprt_release(struct svc_rqst *rqstp) in svc_xprt_release() 654 static bool svc_alloc_arg(struct svc_rqst *rqstp) in svc_alloc_arg() 701 rqst_should_sleep(struct svc_rqst *rqstp) in rqst_should_sleep() 724 static struct svc_xprt *svc_get_next_xprt(struct svc_rqst *rqstp) in svc_get_next_xprt() 787 static int svc_handle_xprt(struct svc_rqst *rqstp, struct svc_xprt *xprt) in svc_handle_xprt() [all …]
|
D | svcsock.c | 156 static void svc_set_cmsg_data(struct svc_rqst *rqstp, struct cmsghdr *cmh) in svc_set_cmsg_data() 187 static int svc_sock_result_payload(struct svc_rqst *rqstp, unsigned int offset, in svc_sock_result_payload() 301 static ssize_t svc_tcp_read_msg(struct svc_rqst *rqstp, size_t buflen, in svc_tcp_read_msg() 354 static void svc_sock_secure_port(struct svc_rqst *rqstp) in svc_sock_secure_port() 500 static int svc_udp_get_dest_address4(struct svc_rqst *rqstp, in svc_udp_get_dest_address4() 517 static int svc_udp_get_dest_address6(struct svc_rqst *rqstp, in svc_udp_get_dest_address6() 539 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() 686 static int svc_udp_sendto(struct svc_rqst *rqstp) in svc_udp_sendto() 949 struct svc_rqst *rqstp) in svc_tcp_restore_pages() [all …]
|
D | svcauth.c | 75 enum svc_auth_status svc_authenticate(struct svc_rqst *rqstp) in svc_authenticate() 113 enum svc_auth_status svc_set_client(struct svc_rqst *rqstp) in svc_set_client() 126 int svc_authorise(struct svc_rqst *rqstp) in svc_authorise()
|
D | svcauth_unix.c | 642 static struct group_info *unix_gid_find(kuid_t uid, struct svc_rqst *rqstp) in unix_gid_find() 669 svcauth_unix_set_client(struct svc_rqst *rqstp) in svcauth_unix_set_client() 754 svcauth_null_accept(struct svc_rqst *rqstp) in svcauth_null_accept() 795 svcauth_null_release(struct svc_rqst *rqstp) in svcauth_null_release() 831 svcauth_tls_accept(struct svc_rqst *rqstp) in svcauth_tls_accept() 916 svcauth_unix_accept(struct svc_rqst *rqstp) in svcauth_unix_accept() 994 svcauth_unix_release(struct svc_rqst *rqstp) in svcauth_unix_release()
|
D | auth_tls.c | 19 static void tls_encode_probe(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in tls_encode_probe() 24 static int tls_decode_probe(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in tls_decode_probe()
|
D | clnt.c | 2795 static void rpcproc_encode_null(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in rpcproc_encode_null() 2800 static int rpcproc_decode_null(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in rpcproc_decode_null()
|
D | cache.c | 299 struct cache_head *h, struct cache_req *rqstp) in cache_check()
|
/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 655 static bool gss_check_seq_num(const struct svc_rqst *rqstp, struct rsc *rsci, in gss_check_seq_num() 702 svcauth_gss_verify_header(struct svc_rqst *rqstp, struct rsc *rsci, in svcauth_gss_verify_header() 757 svcauth_gss_encode_verf(struct svc_rqst *rqstp, struct gss_ctx *ctx_id, u32 seq) in svcauth_gss_encode_verf() 860 svcauth_gss_unwrap_integ(struct svc_rqst *rqstp, u32 seq, struct gss_ctx *ctx) in svcauth_gss_unwrap_integ() 944 svcauth_gss_unwrap_priv(struct svc_rqst *rqstp, u32 seq, struct gss_ctx *ctx) in svcauth_gss_unwrap_priv() 990 svcauth_gss_set_client(struct svc_rqst *rqstp) in svcauth_gss_set_client() 1020 svcauth_gss_proc_init_verf(struct cache_detail *cd, struct svc_rqst *rqstp, in svcauth_gss_proc_init_verf() 1055 static int gss_read_proxy_verf(struct svc_rqst *rqstp, in gss_read_proxy_verf() 1164 svcauth_gss_legacy_init(struct svc_rqst *rqstp, in svcauth_gss_legacy_init() 1300 static int svcauth_gss_proxy_init(struct svc_rqst *rqstp, in svcauth_gss_proxy_init() [all …]
|
D | auth_gss.c | 1743 struct rpc_rqst *rqstp = task->tk_rqstp; in gss_wrap_req_integ() local 1785 priv_release_snd_buf(struct rpc_rqst *rqstp) in priv_release_snd_buf() 1796 alloc_enc_pages(struct rpc_rqst *rqstp) in alloc_enc_pages() 1836 struct rpc_rqst *rqstp = task->tk_rqstp; in gss_wrap_req_priv() local 1985 struct gss_cl_ctx *ctx, struct rpc_rqst *rqstp, in gss_unwrap_resp_integ() 2057 struct gss_cl_ctx *ctx, struct rpc_rqst *rqstp, in gss_unwrap_resp_priv() 2149 struct rpc_rqst *rqstp = task->tk_rqstp; in gss_unwrap_resp() local
|
D | gss_rpc_xdr.c | 790 int gssx_dec_accept_sec_context(struct rpc_rqst *rqstp, in gssx_dec_accept_sec_context()
|
/net/sunrpc/xprtrdma/ |
D | svc_rdma_sendto.c | 811 static void svc_rdma_save_io_pages(struct svc_rqst *rqstp, in svc_rdma_save_io_pages() 847 struct svc_rqst *rqstp) in svc_rdma_send_reply_msg() 948 int svc_rdma_sendto(struct svc_rqst *rqstp) in svc_rdma_sendto() 1034 int svc_rdma_result_payload(struct svc_rqst *rqstp, unsigned int offset, in svc_rdma_result_payload()
|
D | svc_rdma_recvfrom.c | 382 static void svc_rdma_build_arg_xdr(struct svc_rqst *rqstp, in svc_rdma_build_arg_xdr() 785 int svc_rdma_recvfrom(struct svc_rqst *rqstp) in svc_rdma_recvfrom()
|
D | svc_rdma_backchannel.c | 19 void svc_rdma_handle_bc_reply(struct svc_rqst *rqstp, in svc_rdma_handle_bc_reply()
|
D | svc_rdma_rw.c | 710 struct svc_rqst *rqstp = info->ri_rqst; in svc_rdma_build_read_segment() local 811 struct svc_rqst *rqstp = info->ri_rqst; in svc_rdma_copy_inline_range() local 1121 struct svc_rqst *rqstp, in svc_rdma_process_read_list()
|