/net/sunrpc/ |
D | xprt.c | 81 static unsigned long xprt_request_timeout(const struct rpc_rqst *req) in xprt_request_timeout() 267 struct rpc_rqst *req = task->tk_rqstp; in xprt_reserve_xprt() local 331 struct rpc_rqst *req = task->tk_rqstp; in xprt_reserve_xprt_cong() local 461 __xprt_get_cong(struct rpc_xprt *xprt, struct rpc_rqst *req) in __xprt_get_cong() 480 __xprt_put_cong(struct rpc_xprt *xprt, struct rpc_rqst *req) in __xprt_put_cong() 499 xprt_request_get_cong(struct rpc_xprt *xprt, struct rpc_rqst *req) in xprt_request_get_cong() 520 struct rpc_rqst *req = task->tk_rqstp; in xprt_release_rqst_cong() local 564 struct rpc_rqst *req = task->tk_rqstp; in xprt_adjust_cwnd() local 654 static unsigned long xprt_calc_majortimeo(struct rpc_rqst *req) in xprt_calc_majortimeo() 668 static void xprt_reset_majortimeo(struct rpc_rqst *req) in xprt_reset_majortimeo() [all …]
|
D | backchannel_rqst.c | 40 static void xprt_free_allocation(struct rpc_rqst *req) in xprt_free_allocation() 78 struct rpc_rqst *req; in xprt_alloc_bc_req() local 134 struct rpc_rqst *req; in xprt_setup_bc() local 212 struct rpc_rqst *req = NULL, *tmp = NULL; in xprt_destroy_bc() local 240 struct rpc_rqst *req = NULL; in xprt_get_bc_request() local 268 void xprt_free_bc_request(struct rpc_rqst *req) in xprt_free_bc_request() 275 void xprt_free_bc_rqst(struct rpc_rqst *req) in xprt_free_bc_rqst() 327 struct rpc_rqst *req, *new = NULL; in xprt_lookup_bc_request() local 357 void xprt_complete_bc_request(struct rpc_rqst *req, uint32_t copied) in xprt_complete_bc_request()
|
/net/handshake/ |
D | request.c | 67 static bool handshake_req_hash_add(struct handshake_req *req) in handshake_req_hash_add() 77 static void handshake_req_destroy(struct handshake_req *req) in handshake_req_destroy() 89 struct handshake_req *req; in handshake_sk_destruct() local 112 struct handshake_req *req; in handshake_req_alloc() local 138 void *handshake_req_private(struct handshake_req *req) in handshake_req_private() 145 struct handshake_req *req) in __add_pending_locked() 155 struct handshake_req *req) in __remove_pending_locked() 167 static bool remove_pending(struct handshake_net *hn, struct handshake_req *req) in remove_pending() 183 struct handshake_req *req, *pos; in handshake_req_next() local 223 int handshake_req_submit(struct socket *sock, struct handshake_req *req, in handshake_req_submit() [all …]
|
D | handshake-test.c | 22 static int test_accept_func(struct handshake_req *req, struct genl_info *info, in test_accept_func() 28 static void test_done_func(struct handshake_req *req, unsigned int status, in test_done_func() 167 struct handshake_req *req; in handshake_req_submit_test2() local 185 struct handshake_req *req; in handshake_req_submit_test3() local 210 struct handshake_req *req, *result; in handshake_req_submit_test4() local 243 struct handshake_req *req; in handshake_req_submit_test5() local 314 struct handshake_req *req; in handshake_req_cancel_test1() local 348 struct handshake_req *req, *next; in handshake_req_cancel_test2() local 390 struct handshake_req *req, *next; in handshake_req_cancel_test3() local 435 static void test_destroy_func(struct handshake_req *req) in test_destroy_func() [all …]
|
D | tlshd.c | 45 tls_handshake_req_init(struct handshake_req *req, in tls_handshake_req_init() 95 static void tls_handshake_done(struct handshake_req *req, in tls_handshake_done() 196 static int tls_handshake_accept(struct handshake_req *req, in tls_handshake_accept() 283 struct handshake_req *req; in tls_client_hello_anon() local 309 struct handshake_req *req; in tls_client_hello_x509() local 338 struct handshake_req *req; in tls_client_hello_psk() local 372 struct handshake_req *req; in tls_server_hello_x509() local 400 struct handshake_req *req; in tls_server_hello_psk() local 439 struct handshake_req *req; in tls_handshake_close() local
|
D | netlink.c | 94 struct handshake_req *req = NULL; in handshake_nl_accept_doit() local 140 struct handshake_req *req; in handshake_nl_done_doit() local 198 struct handshake_req *req; in handshake_net_exit() local
|
/net/bluetooth/ |
D | hci_request.c | 35 void hci_req_init(struct hci_request *req, struct hci_dev *hdev) in hci_req_init() 42 void hci_req_purge(struct hci_request *req) in hci_req_purge() 52 static int req_run(struct hci_request *req, hci_req_complete_t complete, in req_run() 90 int hci_req_run(struct hci_request *req, hci_req_complete_t complete) in hci_req_run() 95 int hci_req_run_skb(struct hci_request *req, hci_req_complete_skb_t complete) in hci_req_run_skb() 117 int __hci_req_sync(struct hci_dev *hdev, int (*func)(struct hci_request *req, in __hci_req_sync() 121 struct hci_request req; in __hci_req_sync() local 193 int hci_req_sync(struct hci_dev *hdev, int (*req)(struct hci_request *req, in hci_req_sync() 241 void hci_req_add_ev(struct hci_request *req, u16 opcode, u32 plen, in hci_req_add_ev() 271 void hci_req_add(struct hci_request *req, u16 opcode, u32 plen, in hci_req_add() [all …]
|
/net/9p/ |
D | client.c | 280 struct p9_req_t *req = kmem_cache_alloc(p9_req_cache, GFP_NOFS); in p9_tag_alloc() local 359 struct p9_req_t *req; in p9_tag_lookup() local 424 struct p9_req_t *req; in p9_tag_cleanup() local 444 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status) in p9_client_cb() 521 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req) in p9_check_errors() 598 struct p9_req_t *req; in p9_client_flush() local 629 struct p9_req_t *req; in p9_client_prepare_req() local 678 struct p9_req_t *req; in p9_client_rpc() local 786 struct p9_req_t *req; in p9_client_zc_rpc() local 912 struct p9_req_t *req; in p9_client_version() local [all …]
|
/net/ipv4/ |
D | udp_diag.c | 18 const struct inet_diag_req_v2 *req, in sk_diag_dump() 30 const struct inet_diag_req_v2 *req) in udp_dump_one() 154 const struct inet_diag_req_v2 *req) in udp_diag_dump_one() 168 const struct inet_diag_req_v2 *req, in __udp_diag_destroy() 226 const struct inet_diag_req_v2 *req) in udp_diag_destroy() 232 const struct inet_diag_req_v2 *req) in udplite_diag_destroy() 257 const struct inet_diag_req_v2 *req) in udplite_diag_dump_one()
|
D | inet_connection_sock.c | 665 struct request_sock *req; in inet_csk_accept() local 809 const struct request_sock *req) in inet_csk_route_req() 845 const struct request_sock *req) in inet_csk_route_child_sock() 880 static void syn_ack_recalc(struct request_sock *req, in syn_ack_recalc() 900 int inet_rtx_syn_ack(const struct sock *parent, struct request_sock *req) in inet_rtx_syn_ack() 910 static struct request_sock *inet_reqsk_clone(struct request_sock *req, in inet_reqsk_clone() 952 const struct request_sock *req) in reqsk_queue_migrated() 959 static void reqsk_migrate_reset(struct request_sock *req) in reqsk_migrate_reset() 971 static bool reqsk_queue_unlink(struct request_sock *req) in reqsk_queue_unlink() 989 bool inet_csk_reqsk_queue_drop(struct sock *sk, struct request_sock *req) in inet_csk_reqsk_queue_drop() [all …]
|
D | tcp_minisocks.c | 385 void tcp_openreq_init_rwin(struct request_sock *req, in tcp_openreq_init_rwin() 426 const struct request_sock *req) in tcp_ecn_openreq_child() 461 struct request_sock *req, in smc_check_reset_syn_req() 482 struct request_sock *req, in tcp_create_openreq_child() 599 struct request_sock *req, in tcp_check_req()
|
D | tcp_fastopen.c | 117 static bool __tcp_fastopen_cookie_gen_cipher(struct request_sock *req, in __tcp_fastopen_cookie_gen_cipher() 153 struct request_sock *req, in tcp_fastopen_cookie_gen() 211 struct request_sock *req, in tcp_fastopen_cookie_gen_check() 240 struct request_sock *req) in tcp_fastopen_create_child() 348 struct request_sock *req, in tcp_try_fastopen()
|
/net/sunrpc/xprtrdma/ |
D | rpc_rdma.c | 296 struct rpcrdma_req *req, in rpcrdma_mr_prepare() 334 struct rpcrdma_req *req, in rpcrdma_encode_read_list() 391 struct rpcrdma_req *req, in rpcrdma_encode_write_list() 469 struct rpcrdma_req *req, in rpcrdma_encode_reply_chunk() 521 struct rpcrdma_req *req = in rpcrdma_sendctx_done() local 557 struct rpcrdma_req *req, u32 len) in rpcrdma_prepare_hdr_sge() 575 struct rpcrdma_req *req, unsigned int len) in rpcrdma_prepare_head_iov() 596 static bool rpcrdma_prepare_pagelist(struct rpcrdma_req *req, in rpcrdma_prepare_pagelist() 636 static bool rpcrdma_prepare_tail_iov(struct rpcrdma_req *req, in rpcrdma_prepare_tail_iov() 663 struct rpcrdma_req *req, in rpcrdma_pullup_tail_iov() [all …]
|
D | backchannel.c | 59 struct rpcrdma_req *req = rpcr_to_rdmar(rqst); in rpcrdma_bc_marshal_reply() local 101 struct rpcrdma_req *req = rpcr_to_rdmar(rqst); in xprt_rdma_bc_send_reply() local 153 struct rpcrdma_req *req = rpcr_to_rdmar(rqst); in xprt_rdma_bc_free_rqst() local 170 struct rpcrdma_req *req; in rpcrdma_bc_rqst_get() local 224 struct rpcrdma_req *req; in rpcrdma_bc_receive_call() local
|
D | verbs.c | 816 struct rpcrdma_req *req; in rpcrdma_req_create() local 852 int rpcrdma_req_setup(struct rpcrdma_xprt *r_xprt, struct rpcrdma_req *req) in rpcrdma_req_setup() 887 struct rpcrdma_req *req; in rpcrdma_reqs_setup() local 898 static void rpcrdma_req_reset(struct rpcrdma_req *req) in rpcrdma_req_reset() 934 struct rpcrdma_req *req; in rpcrdma_reqs_reset() local 1075 struct rpcrdma_req *req; in rpcrdma_buffer_create() local 1099 void rpcrdma_req_destroy(struct rpcrdma_req *req) in rpcrdma_req_destroy() 1164 struct rpcrdma_req *req; in rpcrdma_buffer_destroy() local 1198 void rpcrdma_reply_put(struct rpcrdma_buffer *buffers, struct rpcrdma_req *req) in rpcrdma_reply_put() 1215 struct rpcrdma_req *req; in rpcrdma_buffer_get() local [all …]
|
/net/ceph/ |
D | mon_client.c | 583 struct ceph_mon_generic_request *req = in DEFINE_RB_FUNCS() local 598 static void put_generic_request(struct ceph_mon_generic_request *req) in put_generic_request() 604 static void get_generic_request(struct ceph_mon_generic_request *req) in get_generic_request() 612 struct ceph_mon_generic_request *req; in alloc_generic_request() local 627 static void register_generic_request(struct ceph_mon_generic_request *req) in register_generic_request() 639 struct ceph_mon_generic_request *req) in send_generic_request() 648 static void __finish_generic_request(struct ceph_mon_generic_request *req) in __finish_generic_request() 659 static void finish_generic_request(struct ceph_mon_generic_request *req) in finish_generic_request() 665 static void complete_generic_request(struct ceph_mon_generic_request *req) in complete_generic_request() 674 static void cancel_generic_request(struct ceph_mon_generic_request *req) in cancel_generic_request() [all …]
|
D | osd_client.c | 498 static void request_release_checks(struct ceph_osd_request *req) in request_release_checks() 508 struct ceph_osd_request *req = container_of(kref, in ceph_osdc_release_request() local 535 void ceph_osdc_get_request(struct ceph_osd_request *req) in ceph_osdc_get_request() 543 void ceph_osdc_put_request(struct ceph_osd_request *req) in ceph_osdc_put_request() 553 static void request_init(struct ceph_osd_request *req) in request_init() 573 struct ceph_osd_request *req; in ceph_osdc_alloc_request() local 604 static int __ceph_osdc_alloc_messages(struct ceph_osd_request *req, gfp_t gfp, in __ceph_osdc_alloc_messages() 675 static void get_num_data_items(struct ceph_osd_request *req, in get_num_data_items() 725 int ceph_osdc_alloc_messages(struct ceph_osd_request *req, gfp_t gfp) in ceph_osdc_alloc_messages() 911 static void osd_req_op_watch_init(struct ceph_osd_request *req, int which, in osd_req_op_watch_init() [all …]
|
/net/wireless/ |
D | pmsr.c | 190 struct nlattr *req[NL80211_PMSR_REQ_ATTR_MAX + 1]; in pmsr_parse_peer() local 265 struct cfg80211_pmsr_request *req; in nl80211_pmsr_start() local 342 struct cfg80211_pmsr_request *req, in cfg80211_pmsr_complete() 549 struct cfg80211_pmsr_request *req, in cfg80211_pmsr_report() 600 struct cfg80211_pmsr_request *req, *tmp; in cfg80211_pmsr_process_abort() local 634 struct cfg80211_pmsr_request *req; in cfg80211_pmsr_wdev_down() local 652 struct cfg80211_pmsr_request *req; in cfg80211_release_pmsr() local
|
/net/mptcp/ |
D | token_test.c | 8 struct mptcp_subflow_request_sock *req; in build_req_sock() local 20 struct mptcp_subflow_request_sock *req = build_req_sock(test); in mptcp_token_test_req_basic() local 91 struct mptcp_subflow_request_sock *req = build_req_sock(test); in mptcp_token_test_accept() local 110 struct mptcp_subflow_request_sock *req = build_req_sock(test); in mptcp_token_test_destroyed() local
|
D | subflow.c | 33 static void SUBFLOW_REQ_INC_STATS(struct request_sock *req, in SUBFLOW_REQ_INC_STATS() 39 static void subflow_req_destructor(struct request_sock *req) in subflow_req_destructor() 85 static struct mptcp_sock *subflow_token_join_request(struct request_sock *req) in subflow_token_join_request() 108 static void subflow_init_req(struct request_sock *req, const struct sock *sk_listener) in subflow_init_req() 140 static int subflow_check_req(struct request_sock *req, in subflow_check_req() 248 int mptcp_subflow_init_cookie_req(struct request_sock *req, in mptcp_subflow_init_cookie_req() 292 struct request_sock *req) in subflow_v4_route_req() 314 static void subflow_prep_synack(const struct sock *sk, struct request_sock *req, in subflow_prep_synack() 331 struct request_sock *req, in subflow_v4_send_synack() 345 struct request_sock *req, in subflow_v6_send_synack() [all …]
|
/net/bpfilter/ |
D | bpfilter_kern.c | 34 static int bpfilter_send_req(struct mbox_request *req) in bpfilter_send_req() 66 struct mbox_request req = { in bpfilter_process_sockopt() local 82 struct mbox_request req = { .pid = current->pid }; in start_umh() local
|
/net/rxrpc/ |
D | rxkad.c | 186 struct skcipher_request *req; in rxkad_prime_packet_security() local 252 struct skcipher_request *req) in rxkad_secure_packet_auth() 293 struct skcipher_request *req) in rxkad_secure_packet_encrypt() 337 struct skcipher_request *req; in rxkad_secure_packet() local 408 struct skcipher_request *req) in rxkad_verify_packet_1() 471 struct skcipher_request *req) in rxkad_verify_packet_2() 553 struct skcipher_request *req; in rxkad_verify_packet() local 763 struct skcipher_request *req; in rxkad_encrypt_response() local 866 struct skcipher_request *req; in rxkad_decrypt_ticket() local 991 struct skcipher_request *req = rxkad_ci_req; in rxkad_decrypt_response() local [all …]
|
/net/unix/ |
D | diag.c | 79 struct sock *req, *peer; in sk_diag_dump_icons() local 124 static int sk_diag_fill(struct sock *sk, struct sk_buff *skb, struct unix_diag_req *req, in sk_diag_fill() 183 static int sk_diag_dump(struct sock *sk, struct sk_buff *skb, struct unix_diag_req *req, in sk_diag_dump() 203 struct unix_diag_req *req; in unix_diag_dump() local 260 struct unix_diag_req *req) in unix_diag_get_exact()
|
/net/dccp/ |
D | ipv4.c | 210 struct request_sock *req = inet_reqsk(sk); in dccp_req_err() local 409 struct request_sock *req, in dccp_v4_request_recv_sock() 492 static int dccp_v4_send_response(const struct sock *sk, struct request_sock *req) in dccp_v4_send_response() 572 static void dccp_v4_reqsk_destructor(struct request_sock *req) in dccp_v4_reqsk_destructor() 578 void dccp_syn_ack_timeout(const struct request_sock *req) in dccp_syn_ack_timeout() 596 struct request_sock *req; in dccp_v4_conn_request() local 857 struct request_sock *req = inet_reqsk(sk); in dccp_v4_rcv() local
|
D | minisocks.c | 79 const struct request_sock *req, in dccp_create_openreq_child() 144 struct request_sock *req) in dccp_check_req() 257 int dccp_reqsk_init(struct request_sock *req, in dccp_reqsk_init()
|