Home
last modified time | relevance | path

Searched refs:peer_type (Results 1 – 5 of 5) sorted by relevance

/net/ceph/
A Dauth.c310 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()
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
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()
639 ceph_entity_type_name(peer_type)); in ceph_auth_handle_bad_authorizer()
647 ceph_entity_type_name(peer_type), result); in ceph_auth_handle_bad_authorizer()
[all …]
A Dauth_x.c735 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()
A Dauth_none.c94 struct ceph_auth_client *ac, int peer_type, in ceph_auth_none_create_authorizer() argument
/net/phonet/
A Dpep.c771 u16 peer_type; in pep_sock_accept() local
805 peer_type = hdr->other_pep_type << 8; in pep_sock_accept()
819 peer_type = (peer_type & 0xff00) | data[0]; in pep_sock_accept()
864 newpn->peer_type = peer_type; in pep_sock_accept()
994 pn->peer_type = 0; in pep_init()
/net/core/
A Drtnetlink.c3868 if (!data || !data[ops->peer_type]) in rtnl_get_peer_net()
3871 err = rtnl_nla_parse_ifinfomsg(tb, data[ops->peer_type], extack); in rtnl_get_peer_net()
4019 if (ops->peer_type) { in rtnl_newlink()

Completed in 23 milliseconds