Searched refs:allowed_protos (Results 1 – 4 of 4) sorted by relevance
| /net/ceph/ |
| A D | auth.c | 509 const int *allowed_protos, int proto_cnt, in ceph_auth_handle_bad_method() argument 516 if (!contains(allowed_protos, proto_cnt, ac->protocol)) { in ceph_auth_handle_bad_method() 615 const int *allowed_protos, int proto_cnt, in ceph_auth_handle_bad_authorizer() argument 622 if (!contains(allowed_protos, proto_cnt, ac->protocol)) { in ceph_auth_handle_bad_authorizer()
|
| A D | mon_client.c | 1425 const int *allowed_protos, int proto_cnt, in mon_handle_auth_bad_method() argument 1435 allowed_protos, proto_cnt, in mon_handle_auth_bad_method()
|
| A D | messenger_v2.c | 2291 int allowed_protos[8], allowed_modes[8]; in process_auth_bad_method() local 2308 if (allowed_proto_cnt > ARRAY_SIZE(allowed_protos)) { in process_auth_bad_method() 2313 ceph_decode_32_safe(&p, end, allowed_protos[i], bad); in process_auth_bad_method() 2315 i, allowed_protos[i]); in process_auth_bad_method() 2331 allowed_protos, in process_auth_bad_method()
|
| A D | osd_client.c | 5649 const int *allowed_protos, int proto_cnt, in osd_handle_auth_bad_method() argument 5658 allowed_protos, proto_cnt, in osd_handle_auth_bad_method()
|
Completed in 26 milliseconds