Searched refs:from_msgr (Results 1 – 3 of 3) sorted by relevance
148 #define from_msgr(ms) container_of(ms, struct ceph_client, msgr) macro
493 if (ceph_test_opt(from_msgr(con->msgr), TCP_NODELAY)) { in ceph_tcp_connect()1482 cpu_to_le64(from_msgr(con->msgr)->supported_features); in prepare_write_connect()1563 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in write_partial_message_data()2057 u64 sup_feat = from_msgr(con->msgr)->supported_features; in process_connect()2058 u64 req_feat = from_msgr(con->msgr)->required_features; in process_connect()2323 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_msg_data()2372 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_message()
876 if (ceph_test_opt(from_msgr(msg->con->msgr), NOMSGSIGN)) in ceph_x_sign_message()895 if (ceph_test_opt(from_msgr(msg->con->msgr), NOMSGSIGN)) in ceph_x_check_message_signature()