Home
last modified time | relevance | path

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

/linux-6.1.9/net/ceph/
Dmessenger_v2.c1285 void *authorizer, *authorizer_copy; in prepare_auth_request() local
1309 authorizer_copy = alloc_conn_buf(con, authorizer_len); in prepare_auth_request()
1310 if (!authorizer_copy) in prepare_auth_request()
1313 memcpy(authorizer_copy, authorizer, authorizer_len); in prepare_auth_request()
1316 authorizer_copy, authorizer_len, true); in prepare_auth_request()