Searched refs:peer_type (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/include/linux/ceph/ |
D | auth.h | 58 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/ |
D | auth.c | 283 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()
|
D | auth_x.c | 545 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()
|
D | auth_none.c | 66 struct ceph_auth_client *ac, int peer_type, in ceph_auth_none_create_authorizer() argument
|
/linux-4.1.27/include/net/phonet/ |
D | pep.h | 39 u16 peer_type; /* peer type/subtype */ member
|
/linux-4.1.27/net/phonet/ |
D | pep.c | 782 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/ |
D | wmi-tlv.h | 1272 __le32 peer_type; member
|
D | wmi-tlv.c | 1800 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/ |
D | mwl8k.c | 4459 __u8 peer_type; member 4526 p->peer_type = MWL8K_PEER_TYPE_ACCESSPOINT; in mwl8k_cmd_update_stadb_add()
|