Searched refs:peer_type (Results 1 – 4 of 4) sorted by relevance
/net/ceph/ |
D | auth.c | 310 int peer_type, bool force_new, in __ceph_auth_get_authorizer() argument 321 ret = ac->ops->create_authorizer(ac, peer_type, auth); in __ceph_auth_get_authorizer() 323 ret = ac->ops->update_authorizer(ac, peer_type, auth); in __ceph_auth_get_authorizer() 381 void ceph_auth_invalidate_authorizer(struct ceph_auth_client *ac, int peer_type) in ceph_auth_invalidate_authorizer() argument 385 ac->ops->invalidate_authorizer(ac, peer_type); in ceph_auth_invalidate_authorizer() 549 int peer_type, void *buf, int *buf_len) in ceph_auth_get_authorizer() argument 557 ret = __ceph_auth_get_authorizer(ac, auth, peer_type, true, &proto, in ceph_auth_get_authorizer() 614 int peer_type, int used_proto, int result, in ceph_auth_handle_bad_authorizer() argument 625 ceph_entity_type_name(peer_type)); in ceph_auth_handle_bad_authorizer() 633 ceph_entity_type_name(peer_type)); in ceph_auth_handle_bad_authorizer() [all …]
|
D | auth_x.c | 735 struct ceph_auth_client *ac, int peer_type, in ceph_x_create_authorizer() argument 742 th = get_ticket_handler(ac, peer_type); in ceph_x_create_authorizer() 770 struct ceph_auth_client *ac, int peer_type, in ceph_x_update_authorizer() argument 776 th = get_ticket_handler(ac, peer_type); in ceph_x_update_authorizer() 933 static void invalidate_ticket(struct ceph_auth_client *ac, int peer_type) in invalidate_ticket() argument 937 th = get_ticket_handler(ac, peer_type); in invalidate_ticket() 950 int peer_type) in ceph_x_invalidate_authorizer() argument 958 invalidate_ticket(ac, peer_type); in ceph_x_invalidate_authorizer()
|
D | auth_none.c | 94 struct ceph_auth_client *ac, int peer_type, in ceph_auth_none_create_authorizer() argument
|
/net/phonet/ |
D | pep.c | 771 u16 peer_type; in pep_sock_accept() local 804 peer_type = hdr->other_pep_type << 8; in pep_sock_accept() 818 peer_type = (peer_type & 0xff00) | data[0]; in pep_sock_accept() 863 newpn->peer_type = peer_type; in pep_sock_accept() 971 pn->peer_type = 0; in pep_init()
|