Searched refs:allowed_protos (Results 1 – 9 of 9) sorted by relevance
| /linux/include/linux/ceph/ |
| H A D | auth.h | 170 const int *allowed_protos, int proto_cnt, 187 const int *allowed_protos, int proto_cnt,
|
| H A D | messenger.h | 73 const int *allowed_protos, int proto_cnt,
|
| /linux/net/ceph/ |
| H A D | auth.c | 511 const int *allowed_protos, int proto_cnt, in ceph_auth_handle_bad_method() argument 518 if (!contains(allowed_protos, proto_cnt, ac->protocol)) { in ceph_auth_handle_bad_method() 617 const int *allowed_protos, int proto_cnt, in ceph_auth_handle_bad_authorizer() argument 624 if (!contains(allowed_protos, proto_cnt, ac->protocol)) { in ceph_auth_handle_bad_authorizer()
|
| H A D | mon_client.c | 1426 const int *allowed_protos, int proto_cnt, in mon_handle_auth_bad_method() argument 1436 allowed_protos, proto_cnt, in mon_handle_auth_bad_method()
|
| H A D | messenger_v2.c | 2263 int allowed_protos[8], allowed_modes[8]; in process_auth_bad_method() local 2280 if (allowed_proto_cnt > ARRAY_SIZE(allowed_protos)) { in process_auth_bad_method() 2285 ceph_decode_32_safe(&p, end, allowed_protos[i], bad); in process_auth_bad_method() 2287 i, allowed_protos[i]); in process_auth_bad_method() 2303 allowed_protos, in process_auth_bad_method()
|
| H A D | osd_client.c | 5656 const int *allowed_protos, int proto_cnt, in osd_handle_auth_bad_method() argument 5665 allowed_protos, proto_cnt, in osd_handle_auth_bad_method()
|
| /linux/drivers/media/usb/dvb-usb/ |
| H A D | dib0700_devices.c | 4095 .allowed_protos = RC_PROTO_BIT_RC5 | 4135 .allowed_protos = RC_PROTO_BIT_RC5 | 4200 .allowed_protos = RC_PROTO_BIT_RC5 | 4245 .allowed_protos = RC_PROTO_BIT_RC5 | 4326 .allowed_protos = RC_PROTO_BIT_RC5 | 4371 .allowed_protos = RC_PROTO_BIT_RC5 | 4428 .allowed_protos = RC_PROTO_BIT_RC5 | 4494 .allowed_protos = RC_PROTO_BIT_RC5 | 4543 .allowed_protos = RC_PROTO_BIT_RC5 | 4616 .allowed_protos = RC_PROTO_BIT_RC5 | [all …]
|
| /linux/drivers/media/usb/dvb-usb-v2/ |
| H A D | lmedm04.c | 1189 rc->allowed_protos = RC_PROTO_BIT_NEC32; in lme2510_get_rc_config()
|
| /linux/fs/ceph/ |
| H A D | mds_client.c | 6524 const int *allowed_protos, int proto_cnt, in mds_handle_auth_bad_method() argument 6533 allowed_protos, proto_cnt, in mds_handle_auth_bad_method()
|