Searched refs:from_msgr (Results 1 – 5 of 5) sorted by relevance
198 if (!ceph_msgr2(from_msgr(msgr))) { in ceph_encode_my_addr()470 if (ceph_test_opt(from_msgr(con->msgr), TCP_NODELAY)) in ceph_tcp_connect()519 if (ceph_msgr2(from_msgr(con->msgr))) in ceph_con_reset_protocol()557 if (ceph_msgr2(from_msgr(con->msgr))) in ceph_con_reset_session()613 if (ceph_msgr2(from_msgr(con->msgr))) in ceph_con_opened()1526 if (ceph_msgr2(from_msgr(con->msgr))) in ceph_con_workfn()1539 if (ceph_msgr2(from_msgr(con->msgr))) in ceph_con_workfn()1747 if (ceph_msgr2(from_msgr(con->msgr))) in ceph_msg_revoke()1776 if (ceph_msgr2(from_msgr(con->msgr))) in ceph_msg_revoke_incoming()
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()752 u64 sup_feat = from_msgr(con->msgr)->supported_features; in process_connect()753 u64 req_feat = from_msgr(con->msgr)->required_features; in process_connect()997 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_msg_data()1044 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_message()
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()
1353 struct ceph_client *client = from_msgr(con->msgr); in prepare_client_ident()2160 struct ceph_client *client = from_msgr(con->msgr); in process_server_ident()2244 struct ceph_client *client = from_msgr(con->msgr); in process_ident_missing_features()
153 #define from_msgr(ms) container_of(ms, struct ceph_client, msgr) macro
Completed in 18 milliseconds