/Linux-v4.19/include/linux/ceph/ |
D | auth.h | 62 int (*create_authorizer)(struct ceph_auth_client *ac, int peer_type, 65 int (*update_authorizer)(struct ceph_auth_client *ac, int peer_type, 74 int peer_type); 119 int peer_type, 123 int peer_type, 132 int peer_type);
|
/Linux-v4.19/net/ceph/ |
D | auth.c | 285 int peer_type, in ceph_auth_create_authorizer() argument 292 ret = ac->ops->create_authorizer(ac, peer_type, auth); in ceph_auth_create_authorizer() 305 int peer_type, in ceph_auth_update_authorizer() argument 312 ret = ac->ops->update_authorizer(ac, peer_type, a); in ceph_auth_update_authorizer() 347 void ceph_auth_invalidate_authorizer(struct ceph_auth_client *ac, int peer_type) in ceph_auth_invalidate_authorizer() argument 351 ac->ops->invalidate_authorizer(ac, peer_type); in ceph_auth_invalidate_authorizer()
|
D | auth_x.c | 627 struct ceph_auth_client *ac, int peer_type, in ceph_x_create_authorizer() argument 634 th = get_ticket_handler(ac, peer_type); in ceph_x_create_authorizer() 662 struct ceph_auth_client *ac, int peer_type, in ceph_x_update_authorizer() argument 668 th = get_ticket_handler(ac, peer_type); in ceph_x_update_authorizer() 783 static void invalidate_ticket(struct ceph_auth_client *ac, int peer_type) in invalidate_ticket() argument 787 th = get_ticket_handler(ac, peer_type); in invalidate_ticket() 793 int peer_type) in ceph_x_invalidate_authorizer() argument 801 invalidate_ticket(ac, peer_type); in ceph_x_invalidate_authorizer()
|
D | auth_none.c | 91 struct ceph_auth_client *ac, int peer_type, in ceph_auth_none_create_authorizer() argument
|
/Linux-v4.19/net/phonet/ |
D | pep.c | 784 u16 peer_type; in pep_sock_accept() local 817 peer_type = hdr->other_pep_type << 8; in pep_sock_accept() 831 peer_type = (peer_type & 0xff00) | data[0]; in pep_sock_accept() 876 newpn->peer_type = peer_type; in pep_sock_accept() 981 pn->peer_type = 0; in pep_init()
|
/Linux-v4.19/include/net/phonet/ |
D | pep.h | 39 u16 peer_type; /* peer type/subtype */ member
|
/Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
D | wmi-ops.h | 103 enum wmi_peer_type peer_type); 816 enum wmi_peer_type peer_type) in ath10k_wmi_peer_create() argument 823 skb = ar->wmi.ops->gen_peer_create(ar, vdev_id, peer_addr, peer_type); in ath10k_wmi_peer_create()
|
D | wmi-tlv.c | 2201 enum wmi_peer_type peer_type) in ath10k_wmi_tlv_op_gen_peer_create() argument 2216 cmd->peer_type = __cpu_to_le32(peer_type); in ath10k_wmi_tlv_op_gen_peer_create()
|
D | mac.c | 695 enum wmi_peer_type peer_type) in ath10k_peer_create() argument 713 ret = ath10k_wmi_peer_create(ar, vdev_id, addr, peer_type); in ath10k_peer_create() 6236 enum wmi_peer_type peer_type = WMI_PEER_TYPE_DEFAULT; in ath10k_sta_state() local 6257 peer_type = WMI_PEER_TYPE_TDLS; in ath10k_sta_state() 6268 sta->addr, peer_type); in ath10k_sta_state()
|
D | wmi-tlv.h | 1772 __le32 peer_type; member
|
D | wmi.c | 7076 enum wmi_peer_type peer_type) in ath10k_wmi_op_gen_peer_create() argument 7088 cmd->peer_type = __cpu_to_le32(peer_type); in ath10k_wmi_op_gen_peer_create()
|
D | wmi.h | 6028 __le32 peer_type; member
|
/Linux-v4.19/drivers/net/wireless/rsi/ |
D | rsi_mgmt.h | 245 enum peer_type { enum
|
/Linux-v4.19/drivers/net/wireless/marvell/ |
D | mwl8k.c | 4464 __u8 peer_type; member 4531 p->peer_type = MWL8K_PEER_TYPE_ACCESSPOINT; in mwl8k_cmd_update_stadb_add()
|