Home
last modified time | relevance | path

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

/linux-4.4.14/net/ceph/
Dmessenger.c1401 int *auth_proto) in get_connect_authorizer() argument
1413 auth = con->ops->get_authorizer(con, auth_proto, con->auth_retry); in get_connect_authorizer()
1443 int auth_proto; in prepare_write_connect() local
1471 auth_proto = CEPH_AUTH_UNKNOWN; in prepare_write_connect()
1472 auth = get_connect_authorizer(con, &auth_proto); in prepare_write_connect()
1476 con->out_connect.authorizer_protocol = cpu_to_le32(auth_proto); in prepare_write_connect()