Searched refs:peer_type (Results 1 - 4 of 4) sorted by relevance

/net/ceph/
H A Dauth.c283 int peer_type,
290 ret = ac->ops->create_authorizer(ac, peer_type, auth);
307 int peer_type,
314 ret = ac->ops->update_authorizer(ac, peer_type, a);
333 void ceph_auth_invalidate_authorizer(struct ceph_auth_client *ac, int peer_type) argument
337 ac->ops->invalidate_authorizer(ac, peer_type);
282 ceph_auth_create_authorizer(struct ceph_auth_client *ac, int peer_type, struct ceph_auth_handshake *auth) argument
306 ceph_auth_update_authorizer(struct ceph_auth_client *ac, int peer_type, struct ceph_auth_handshake *a) argument
H A Dauth_none.c61 struct ceph_auth_client *ac, int peer_type,
60 ceph_auth_none_create_authorizer( struct ceph_auth_client *ac, int peer_type, struct ceph_auth_handshake *auth) argument
H A Dauth_x.c529 struct ceph_auth_client *ac, int peer_type,
536 th = get_ticket_handler(ac, peer_type);
560 struct ceph_auth_client *ac, int peer_type,
566 th = get_ticket_handler(ac, peer_type);
648 int peer_type)
652 th = get_ticket_handler(ac, peer_type);
528 ceph_x_create_authorizer( struct ceph_auth_client *ac, int peer_type, struct ceph_auth_handshake *auth) argument
559 ceph_x_update_authorizer( struct ceph_auth_client *ac, int peer_type, struct ceph_auth_handshake *auth) argument
647 ceph_x_invalidate_authorizer(struct ceph_auth_client *ac, int peer_type) argument
/net/phonet/
H A Dpep.c784 u16 peer_type; local
817 peer_type = hdr->other_pep_type << 8;
831 peer_type = (peer_type & 0xff00) | data[0];
875 newpn->peer_type = peer_type;
980 pn->peer_type = 0;

Completed in 47 milliseconds