Searched refs:from_msgr (Results 1 – 3 of 3) sorted by relevance
141 #define from_msgr(ms) container_of(ms, struct ceph_client, msgr) macro
512 if (ceph_test_opt(from_msgr(con->msgr), TCP_NODELAY)) { in ceph_tcp_connect()1464 cpu_to_le64(from_msgr(con->msgr)->supported_features); in prepare_write_connect()1558 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in write_partial_message_data()2037 u64 sup_feat = from_msgr(con->msgr)->supported_features; in process_connect()2038 u64 req_feat = from_msgr(con->msgr)->required_features; in process_connect()2264 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_msg_data()2309 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_message()
702 if (ceph_test_opt(from_msgr(msg->con->msgr), NOMSGSIGN)) in ceph_x_sign_message()719 if (ceph_test_opt(from_msgr(msg->con->msgr), NOMSGSIGN)) in ceph_x_check_message_signature()