/kernel/linux/linux-5.10/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);
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/net/phonet/ |
D | pep.c | 771 u16 peer_type; in pep_sock_accept() local 804 peer_type = hdr->other_pep_type << 8; in pep_sock_accept() 818 peer_type = (peer_type & 0xff00) | data[0]; in pep_sock_accept() 863 newpn->peer_type = peer_type; in pep_sock_accept() 971 pn->peer_type = 0; in pep_init()
|
/kernel/linux/linux-5.10/include/net/phonet/ |
D | pep.h | 26 u16 peer_type; /* peer type/subtype */ member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
D | wmi-ops.h | 97 enum wmi_peer_type peer_type); 861 enum wmi_peer_type peer_type) in ath10k_wmi_peer_create() argument 868 skb = ar->wmi.ops->gen_peer_create(ar, vdev_id, peer_addr, peer_type); in ath10k_wmi_peer_create()
|
D | wmi-tlv.c | 2557 enum wmi_peer_type peer_type) in ath10k_wmi_tlv_op_gen_peer_create() argument 2572 cmd->peer_type = __cpu_to_le32(peer_type); in ath10k_wmi_tlv_op_gen_peer_create()
|
D | wmi-tlv.h | 1895 __le32 peer_type; member
|
D | mac.c | 718 enum wmi_peer_type peer_type) in ath10k_peer_create() argument 736 ret = ath10k_wmi_peer_create(ar, vdev_id, addr, peer_type); in ath10k_peer_create() 7342 enum wmi_peer_type peer_type = WMI_PEER_TYPE_DEFAULT; in ath10k_sta_state() local 7361 peer_type = WMI_PEER_TYPE_TDLS; in ath10k_sta_state() 7382 sta->addr, peer_type); in ath10k_sta_state()
|
D | wmi.c | 7387 enum wmi_peer_type peer_type) in ath10k_wmi_op_gen_peer_create() argument 7399 cmd->peer_type = __cpu_to_le32(peer_type); in ath10k_wmi_op_gen_peer_create()
|
D | wmi.h | 6201 __le32 peer_type; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/ |
D | rsi_mgmt.h | 248 enum peer_type { enum
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
D | debugfs_htt_stats.h | 390 u32 peer_type; member
|
D | wmi.h | 2703 u32 peer_type; member 2825 u32 peer_type; member
|
D | mac.c | 2962 peer_param.peer_type = WMI_PEER_TYPE_DEFAULT; in ath11k_mac_station_add() 4546 peer_param.peer_type = WMI_PEER_TYPE_DEFAULT; in ath11k_mac_op_add_interface() 5300 param.peer_type = WMI_PEER_TYPE_DEFAULT; in ath11k_mac_op_assign_vif_chanctx()
|
D | wmi.c | 955 cmd->peer_type = param->peer_type; in ath11k_wmi_send_peer_create_cmd()
|
D | debugfs_htt_stats.c | 741 htt_stats_buf->peer_type); in htt_print_peer_details_tlv()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/ |
D | mwl8k.c | 4473 __u8 peer_type; member 4540 p->peer_type = MWL8K_PEER_TYPE_ACCESSPOINT; in mwl8k_cmd_update_stadb_add()
|