Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/ceph/
Dauth.h58 int (*create_authorizer)(struct ceph_auth_client *ac, int peer_type,
61 int (*update_authorizer)(struct ceph_auth_client *ac, int peer_type,
68 int peer_type);
113 int peer_type,
118 int peer_type,
124 int peer_type);
/linux-4.1.27/net/ceph/
Dauth.c283 int peer_type, in ceph_auth_create_authorizer() argument
290 ret = ac->ops->create_authorizer(ac, peer_type, auth); in ceph_auth_create_authorizer()
307 int peer_type, in ceph_auth_update_authorizer() argument
314 ret = ac->ops->update_authorizer(ac, peer_type, a); in ceph_auth_update_authorizer()
333 void ceph_auth_invalidate_authorizer(struct ceph_auth_client *ac, int peer_type) in ceph_auth_invalidate_authorizer() argument
337 ac->ops->invalidate_authorizer(ac, peer_type); in ceph_auth_invalidate_authorizer()
Dauth_x.c545 struct ceph_auth_client *ac, int peer_type, in ceph_x_create_authorizer() argument
552 th = get_ticket_handler(ac, peer_type); in ceph_x_create_authorizer()
578 struct ceph_auth_client *ac, int peer_type, in ceph_x_update_authorizer() argument
584 th = get_ticket_handler(ac, peer_type); in ceph_x_update_authorizer()
664 int peer_type) in ceph_x_invalidate_authorizer() argument
668 th = get_ticket_handler(ac, peer_type); in ceph_x_invalidate_authorizer()
Dauth_none.c66 struct ceph_auth_client *ac, int peer_type, in ceph_auth_none_create_authorizer() argument
/linux-4.1.27/include/net/phonet/
Dpep.h39 u16 peer_type; /* peer type/subtype */ member
/linux-4.1.27/net/phonet/
Dpep.c782 u16 peer_type; in pep_sock_accept() local
815 peer_type = hdr->other_pep_type << 8; in pep_sock_accept()
829 peer_type = (peer_type & 0xff00) | data[0]; in pep_sock_accept()
873 newpn->peer_type = peer_type; in pep_sock_accept()
978 pn->peer_type = 0; in pep_init()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dwmi-tlv.h1272 __le32 peer_type; member
Dwmi-tlv.c1800 cmd->peer_type = __cpu_to_le32(WMI_TLV_PEER_TYPE_DEFAULT); /* FIXME */ in ath10k_wmi_tlv_op_gen_peer_create()
/linux-4.1.27/drivers/net/wireless/
Dmwl8k.c4459 __u8 peer_type; member
4526 p->peer_type = MWL8K_PEER_TYPE_ACCESSPOINT; in mwl8k_cmd_update_stadb_add()