Home
last modified time | relevance | path

Searched refs:from_msgr (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/net/ceph/
A Dmessenger.c199 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()
1506 if (ceph_msgr2(from_msgr(con->msgr))) in ceph_con_workfn()
1519 if (ceph_msgr2(from_msgr(con->msgr))) in ceph_con_workfn()
1727 if (ceph_msgr2(from_msgr(con->msgr))) in ceph_msg_revoke()
1756 if (ceph_msgr2(from_msgr(con->msgr))) in ceph_msg_revoke_incoming()
A Dmessenger_v1.c397 cpu_to_le64(from_msgr(con->msgr)->supported_features); in prepare_write_connect()
466 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in write_partial_message_data()
749 u64 sup_feat = from_msgr(con->msgr)->supported_features; in process_connect()
750 u64 req_feat = from_msgr(con->msgr)->required_features; in process_connect()
993 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_msg_data()
1077 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_message()
1180 if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) in read_partial_message()
A Dauth_x.c1033 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()
A Dmessenger_v2.c1369 struct ceph_client *client = from_msgr(con->msgr); in prepare_client_ident()
1761 if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) { in prepare_read_data()
1782 if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) { in prepare_read_data_cont()
1801 if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) { in prepare_read_data_cont()
2274 struct ceph_client *client = from_msgr(con->msgr); in process_server_ident()
2358 struct ceph_client *client = from_msgr(con->msgr); in process_ident_missing_features()
/linux-6.3-rc2/include/linux/ceph/
A Dlibceph.h144 #define from_msgr(ms) container_of(ms, struct ceph_client, msgr) macro

Completed in 17 milliseconds