Home
last modified time | relevance | path

Searched refs:result_msg_len (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ceph/
H A Dauth.c190 int result_msg_len; in ceph_handle_auth_reply() local
203 result_msg_len = ceph_decode_32(&p); in ceph_handle_auth_reply()
205 p += result_msg_len; in ceph_handle_auth_reply()
209 dout(" result %d '%.*s' gid %llu len %d\n", result, result_msg_len, in ceph_handle_auth_reply()
/kernel/linux/linux-6.6/net/ceph/
H A Dauth.c210 int result_msg_len; in ceph_handle_auth_reply() local
223 result_msg_len = ceph_decode_32(&p); in ceph_handle_auth_reply()
225 p += result_msg_len; in ceph_handle_auth_reply()
229 dout(" result %d '%.*s' gid %llu len %d\n", result, result_msg_len, in ceph_handle_auth_reply()

Completed in 2 milliseconds