Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/ceph/
Dauth.h62 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/
Dauth.c285 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()
Dauth_x.c627 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()
Dauth_none.c91 struct ceph_auth_client *ac, int peer_type, in ceph_auth_none_create_authorizer() argument
/kernel/linux/linux-5.10/net/phonet/
Dpep.c771 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/
Dpep.h26 u16 peer_type; /* peer type/subtype */ member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
Dwmi-ops.h97 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()
Dwmi-tlv.c2557 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()
Dwmi-tlv.h1895 __le32 peer_type; member
Dmac.c718 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()
Dwmi.c7387 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()
Dwmi.h6201 __le32 peer_type; member
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
Drsi_mgmt.h248 enum peer_type { enum
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
Ddebugfs_htt_stats.h390 u32 peer_type; member
Dwmi.h2703 u32 peer_type; member
2825 u32 peer_type; member
Dmac.c2962 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()
Dwmi.c955 cmd->peer_type = param->peer_type; in ath11k_wmi_send_peer_create_cmd()
Ddebugfs_htt_stats.c741 htt_stats_buf->peer_type); in htt_print_peer_details_tlv()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/
Dmwl8k.c4473 __u8 peer_type; member
4540 p->peer_type = MWL8K_PEER_TYPE_ACCESSPOINT; in mwl8k_cmd_update_stadb_add()