/linux-4.4.14/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.4.14/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 | 554 struct ceph_auth_client *ac, int peer_type, in ceph_x_create_authorizer() argument 561 th = get_ticket_handler(ac, peer_type); in ceph_x_create_authorizer() 587 struct ceph_auth_client *ac, int peer_type, in ceph_x_update_authorizer() argument 593 th = get_ticket_handler(ac, peer_type); in ceph_x_update_authorizer() 671 int peer_type) in ceph_x_invalidate_authorizer() argument 675 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.4.14/include/net/phonet/ |
D | pep.h | 39 u16 peer_type; /* peer type/subtype */ member
|
/linux-4.4.14/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.4.14/drivers/net/wireless/ath/ath10k/ |
D | wmi-ops.h | 92 enum wmi_peer_type peer_type); 705 enum wmi_peer_type peer_type) in ath10k_wmi_peer_create() argument 712 skb = ar->wmi.ops->gen_peer_create(ar, vdev_id, peer_addr, peer_type); in ath10k_wmi_peer_create()
|
D | wmi-tlv.h | 1272 __le32 peer_type; member
|
D | wmi-tlv.c | 2000 enum wmi_peer_type peer_type) in ath10k_wmi_tlv_op_gen_peer_create() argument 2015 cmd->peer_type = __cpu_to_le32(peer_type); in ath10k_wmi_tlv_op_gen_peer_create()
|
D | mac.c | 618 enum wmi_peer_type peer_type) in ath10k_peer_create() argument 635 ret = ath10k_wmi_peer_create(ar, vdev_id, addr, peer_type); in ath10k_peer_create() 5387 enum wmi_peer_type peer_type = WMI_PEER_TYPE_DEFAULT; in ath10k_sta_state() local 5405 peer_type = WMI_PEER_TYPE_TDLS; in ath10k_sta_state() 5408 peer_type); in ath10k_sta_state()
|
D | wmi.c | 6066 enum wmi_peer_type peer_type) in ath10k_wmi_op_gen_peer_create() argument
|
/linux-4.4.14/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()
|