Searched refs:proto_cnt (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/include/linux/ceph/ |
| D | auth.h | 170 const int *allowed_protos, int proto_cnt, 187 const int *allowed_protos, int proto_cnt,
|
| D | messenger.h | 72 const int *allowed_protos, int proto_cnt,
|
| /Linux-v6.6/net/ceph/ |
| 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()
|
| D | mon_client.c | 1415 const int *allowed_protos, int proto_cnt, in mon_handle_auth_bad_method() argument 1425 allowed_protos, proto_cnt, in mon_handle_auth_bad_method()
|
| D | osd_client.c | 5704 const int *allowed_protos, int proto_cnt, in osd_handle_auth_bad_method() argument 5713 allowed_protos, proto_cnt, in osd_handle_auth_bad_method()
|
| /Linux-v6.6/fs/ceph/ |
| D | mds_client.c | 5894 const int *allowed_protos, int proto_cnt, in mds_handle_auth_bad_method() argument 5903 allowed_protos, proto_cnt, in mds_handle_auth_bad_method()
|