Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/ceph/
Dlibceph.h151 #define from_msgr(ms) container_of(ms, struct ceph_client, msgr) macro
/kernel/linux/linux-5.10/net/ceph/
Dmessenger.c493 if (ceph_test_opt(from_msgr(con->msgr), TCP_NODELAY)) in ceph_tcp_connect()
1475 cpu_to_le64(from_msgr(con->msgr)->supported_features); in prepare_write_connect()
1556 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in write_partial_message_data()
2048 u64 sup_feat = from_msgr(con->msgr)->supported_features; in process_connect()
2049 u64 req_feat = from_msgr(con->msgr)->required_features; in process_connect()
2314 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_msg_data()
2363 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_message()
Dauth_x.c876 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()