Searched refs:from_msgr (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/net/ceph/ |
D | messenger_v1.c | 400 cpu_to_le64(from_msgr(con->msgr)->supported_features); in prepare_write_connect() 469 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in write_partial_message_data() 746 u64 sup_feat = from_msgr(con->msgr)->supported_features; in process_connect() 747 u64 req_feat = from_msgr(con->msgr)->required_features; in process_connect() 998 bool do_bounce = ceph_test_opt(from_msgr(con->msgr), RXBOUNCE); in read_partial_sparse_msg_extent() 1033 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_sparse_msg_data() 1070 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_msg_data() 1154 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_message() 1259 else if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) in read_partial_message()
|
D | messenger.c | 199 if (!ceph_msgr2(from_msgr(msgr))) { in ceph_encode_my_addr() 475 if (ceph_test_opt(from_msgr(con->msgr), TCP_NODELAY)) in ceph_tcp_connect() 528 if (ceph_msgr2(from_msgr(con->msgr))) in ceph_con_reset_protocol() 566 if (ceph_msgr2(from_msgr(con->msgr))) in ceph_con_reset_session() 622 if (ceph_msgr2(from_msgr(con->msgr))) in ceph_con_opened() 1573 if (ceph_msgr2(from_msgr(con->msgr))) in ceph_con_workfn() 1586 if (ceph_msgr2(from_msgr(con->msgr))) in ceph_con_workfn() 1794 if (ceph_msgr2(from_msgr(con->msgr))) in ceph_msg_revoke() 1823 if (ceph_msgr2(from_msgr(con->msgr))) in ceph_msg_revoke_incoming()
|
D | messenger_v2.c | 1481 struct ceph_client *client = from_msgr(con->msgr); in prepare_client_ident() 1873 if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) { in prepare_read_data() 1894 if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) { in prepare_read_data_cont() 1913 if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) { in prepare_read_data_cont() 1940 if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) { in prepare_sparse_read_cont() 1964 if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) { in prepare_sparse_read_cont() 2012 if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) { in prepare_sparse_read_cont() 2506 struct ceph_client *client = from_msgr(con->msgr); in process_server_ident() 2590 struct ceph_client *client = from_msgr(con->msgr); in process_ident_missing_features()
|
D | auth_x.c | 1033 if (ceph_test_opt(from_msgr(msg->con->msgr), NOMSGSIGN)) in ceph_x_sign_message() 1052 if (ceph_test_opt(from_msgr(msg->con->msgr), NOMSGSIGN)) in ceph_x_check_message_signature()
|
/linux-6.6.21/include/linux/ceph/ |
D | libceph.h | 144 #define from_msgr(ms) container_of(ms, struct ceph_client, msgr) macro
|