| H A D | messenger_v2.c | 108 static int ceph_tcp_recv(struct ceph_connection *con) in ceph_tcp_recv() argument 195 ceph_tcp_send(struct ceph_connection * con) ceph_tcp_send() argument 210 add_in_kvec(struct ceph_connection * con,void * buf,int len) add_in_kvec() argument 223 reset_in_kvecs(struct ceph_connection * con) reset_in_kvecs() argument 231 set_in_bvec(struct ceph_connection * con,const struct bio_vec * bv) set_in_bvec() argument 239 set_in_skip(struct ceph_connection * con,int len) set_in_skip() argument 247 add_out_kvec(struct ceph_connection * con,void * buf,int len) add_out_kvec() argument 261 reset_out_kvecs(struct ceph_connection * con) reset_out_kvecs() argument 272 set_out_bvec(struct ceph_connection * con,const struct bio_vec * bv,bool zerocopy) set_out_bvec() argument 284 set_out_bvec_zero(struct ceph_connection * con) set_out_bvec_zero() argument 296 out_zero_add(struct ceph_connection * con,int len) out_zero_add() argument 302 alloc_conn_buf(struct ceph_connection * con,int len) alloc_conn_buf() argument 319 free_conn_bufs(struct ceph_connection * con) free_conn_bufs() argument 325 add_in_sign_kvec(struct ceph_connection * con,void * buf,int len) add_in_sign_kvec() argument 334 clear_in_sign_kvecs(struct ceph_connection * con) clear_in_sign_kvecs() argument 339 add_out_sign_kvec(struct ceph_connection * con,void * buf,int len) add_out_sign_kvec() argument 348 clear_out_sign_kvecs(struct ceph_connection * con) clear_out_sign_kvecs() argument 353 con_secure(struct ceph_connection * con) con_secure() argument 563 encode_epilogue_plain(struct ceph_connection * con,bool aborted) encode_epilogue_plain() argument 572 encode_epilogue_secure(struct ceph_connection * con,bool aborted) encode_epilogue_secure() argument 637 verify_control_crc(struct ceph_connection * con) verify_control_crc() argument 656 verify_epilogue_crcs(struct ceph_connection * con,u32 front_crc,u32 middle_crc,u32 data_crc) verify_epilogue_crcs() argument 701 setup_crypto(struct ceph_connection * con,const u8 * session_key,int session_key_len,const u8 * con_secret,int con_secret_len) setup_crypto() argument 780 con_hmac_sha256(struct ceph_connection * con,const struct kvec * kvecs,int kvec_cnt,u8 hmac[SHA256_DIGEST_SIZE]) con_hmac_sha256() argument 810 gcm_crypt(struct ceph_connection * con,bool encrypt,struct scatterlist * src,struct scatterlist * dst,int src_len) gcm_crypt() argument 1032 decrypt_preamble(struct ceph_connection * con) decrypt_preamble() argument 1040 decrypt_control_remainder(struct ceph_connection * con) decrypt_control_remainder() argument 1059 process_v2_sparse_read(struct ceph_connection * con,struct page ** pages,int spos) process_v2_sparse_read() argument 1101 decrypt_tail(struct ceph_connection * con) decrypt_tail() argument 1153 prepare_banner(struct ceph_connection * con) prepare_banner() argument 1192 prepare_head_plain(struct ceph_connection * con,void * base,int ctrl_len,void * extdata,int extdata_len,bool to_be_signed) prepare_head_plain() argument 1222 prepare_head_secure_small(struct ceph_connection * con,void * base,int ctrl_len) prepare_head_secure_small() argument 1263 prepare_head_secure_big(struct ceph_connection * con,void * base,int ctrl_len) prepare_head_secure_big() argument 1295 __prepare_control(struct ceph_connection * con,int tag,void * base,int ctrl_len,void * extdata,int extdata_len,bool to_be_signed) __prepare_control() argument 1334 prepare_control(struct ceph_connection * con,int tag,void * base,int ctrl_len) prepare_control() argument 1340 prepare_hello(struct ceph_connection * con) prepare_hello() argument 1362 prepare_auth_request(struct ceph_connection * con) prepare_auth_request() argument 1398 prepare_auth_request_more(struct ceph_connection * con,void * reply,int reply_len) prepare_auth_request_more() argument 1430 prepare_auth_signature(struct ceph_connection * con) prepare_auth_signature() argument 1446 prepare_client_ident(struct ceph_connection * con) prepare_client_ident() argument 1498 prepare_session_reconnect(struct ceph_connection * con) prepare_session_reconnect() argument 1533 prepare_keepalive2(struct ceph_connection * con) prepare_keepalive2() argument 1548 prepare_ack(struct ceph_connection * con) prepare_ack() argument 1563 prepare_epilogue_plain(struct ceph_connection * con,struct ceph_msg * msg,bool aborted) prepare_epilogue_plain() argument 1578 prepare_message_plain(struct ceph_connection * con,struct ceph_msg * msg) prepare_message_plain() argument 1633 prepare_message_secure(struct ceph_connection * con,struct ceph_msg * msg) prepare_message_secure() argument 1698 prepare_message(struct ceph_connection * con,struct ceph_msg * msg) prepare_message() argument 1736 prepare_read_banner_prefix(struct ceph_connection * con) prepare_read_banner_prefix() argument 1751 prepare_read_banner_payload(struct ceph_connection * con,int payload_len) prepare_read_banner_payload() argument 1767 prepare_read_preamble(struct ceph_connection * con) prepare_read_preamble() argument 1776 prepare_read_control(struct ceph_connection * con) prepare_read_control() argument 1812 prepare_read_control_remainder(struct ceph_connection * con) prepare_read_control_remainder() argument 1832 prepare_read_data(struct ceph_connection * con) prepare_read_data() argument 1858 prepare_read_data_cont(struct ceph_connection * con) prepare_read_data_cont() argument 1898 prepare_sparse_read_cont(struct ceph_connection * con) prepare_sparse_read_cont() argument 1997 prepare_sparse_read_data(struct ceph_connection * con) prepare_sparse_read_data() argument 2018 prepare_read_tail_plain(struct ceph_connection * con) prepare_read_tail_plain() argument 2049 prepare_read_enc_page(struct ceph_connection * con) prepare_read_enc_page() argument 2077 prepare_read_tail_secure(struct ceph_connection * con) prepare_read_tail_secure() argument 2101 __finish_skip(struct ceph_connection * con) __finish_skip() argument 2107 prepare_skip_message(struct ceph_connection * con) prepare_skip_message() argument 2125 process_banner_prefix(struct ceph_connection * con) process_banner_prefix() argument 2148 process_banner_payload(struct ceph_connection * con) process_banner_payload() argument 2193 process_hello(struct ceph_connection * con,void * p,void * end) process_hello() argument 2260 process_auth_bad_method(struct ceph_connection * con,void * p,void * end) process_auth_bad_method() argument 2322 process_auth_reply_more(struct ceph_connection * con,void * p,void * end) process_auth_reply_more() argument 2358 process_auth_done(struct ceph_connection * con,void * p,void * end) process_auth_done() argument 2424 process_auth_signature(struct ceph_connection * con,void * p,void * end) process_auth_signature() argument 2472 process_server_ident(struct ceph_connection * con,void * p,void * end) process_server_ident() argument 2556 process_ident_missing_features(struct ceph_connection * con,void * p,void * end) process_ident_missing_features() argument 2578 process_session_reconnect_ok(struct ceph_connection * con,void * p,void * end) process_session_reconnect_ok() argument 2607 process_session_retry(struct ceph_connection * con,void * p,void * end) process_session_retry() argument 2640 process_session_retry_global(struct ceph_connection * con,void * p,void * end) process_session_retry_global() argument 2673 process_session_reset(struct ceph_connection * con,void * p,void * end) process_session_reset() argument 2721 process_keepalive2_ack(struct ceph_connection * con,void * p,void * end) process_keepalive2_ack() argument 2741 process_ack(struct ceph_connection * con,void * p,void * end) process_ack() argument 2761 process_control(struct ceph_connection * con,void * p,void * end) process_control() argument 2828 process_message_header(struct ceph_connection * con,void * p,void * end) process_message_header() argument 2877 process_message(struct ceph_connection * con) process_message() argument 2895 __handle_control(struct ceph_connection * con,void * p) __handle_control() argument 2940 handle_preamble(struct ceph_connection * con) handle_preamble() argument 2976 handle_control(struct ceph_connection * con) handle_control() argument 3002 handle_control_remainder(struct ceph_connection * con) handle_control_remainder() argument 3019 handle_epilogue(struct ceph_connection * con) handle_epilogue() argument 3057 finish_skip(struct ceph_connection * con) finish_skip() argument 3067 populate_in_iter(struct ceph_connection * con) populate_in_iter() argument 3136 ceph_con_v2_try_read(struct ceph_connection * con) ceph_con_v2_try_read() argument 3168 queue_data(struct ceph_connection * con,struct ceph_msg * msg) queue_data() argument 3181 queue_data_cont(struct ceph_connection * con,struct ceph_msg * msg) queue_data_cont() argument 3206 queue_enc_page(struct ceph_connection * con) queue_enc_page() argument 3234 queue_zeros(struct ceph_connection * con,struct ceph_msg * msg) queue_zeros() argument 3255 finish_message(struct ceph_connection * con) finish_message() argument 3276 populate_out_iter(struct ceph_connection * con) populate_out_iter() argument 3354 ceph_con_v2_try_write(struct ceph_connection * con) ceph_con_v2_try_write() argument 3437 prepare_zero_front(struct ceph_connection * con,struct ceph_msg * msg,int resid) prepare_zero_front() argument 3459 prepare_zero_middle(struct ceph_connection * con,struct ceph_msg * msg,int resid) prepare_zero_middle() argument 3481 prepare_zero_data(struct ceph_connection * con,struct ceph_msg * msg) prepare_zero_data() argument 3489 revoke_at_queue_data(struct ceph_connection * con,struct ceph_msg * msg) revoke_at_queue_data() argument 3533 revoke_at_queue_data_cont(struct ceph_connection * con,struct ceph_msg * msg) revoke_at_queue_data_cont() argument 3560 revoke_at_finish_message(struct ceph_connection * con,struct ceph_msg * msg) revoke_at_finish_message() argument 3619 ceph_con_v2_revoke(struct ceph_connection * con,struct ceph_msg * msg) ceph_con_v2_revoke() argument 3646 revoke_at_prepare_read_data(struct ceph_connection * con) revoke_at_prepare_read_data() argument 3665 revoke_at_prepare_read_data_cont(struct ceph_connection * con) revoke_at_prepare_read_data_cont() argument 3690 revoke_at_prepare_read_enc_page(struct ceph_connection * con) revoke_at_prepare_read_enc_page() argument 3706 revoke_at_prepare_sparse_data(struct ceph_connection * con) revoke_at_prepare_sparse_data() argument 3723 revoke_at_handle_epilogue(struct ceph_connection * con) revoke_at_handle_epilogue() argument 3736 ceph_con_v2_revoke_incoming(struct ceph_connection * con) ceph_con_v2_revoke_incoming() argument 3761 ceph_con_v2_opened(struct ceph_connection * con) ceph_con_v2_opened() argument 3766 ceph_con_v2_reset_session(struct ceph_connection * con) ceph_con_v2_reset_session() argument 3775 ceph_con_v2_reset_protocol(struct ceph_connection * con) ceph_con_v2_reset_protocol() argument [all...] |