Home
last modified time | relevance | path

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

/linux/include/linux/ceph/
H A 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,
77 int peer_type);
129 int peer_type, bool force_new,
142 int peer_type);
175 int peer_type, void *buf, int *buf_len);
186 int peer_type, int used_proto, int result,
/linux/net/ceph/
H A Dauth.c310 int peer_type, bool force_new, in __ceph_auth_get_authorizer() argument
321 ret = ac->ops->create_authorizer(ac, peer_type, auth); in __ceph_auth_get_authorizer()
323 ret = ac->ops->update_authorizer(ac, peer_type, auth); in __ceph_auth_get_authorizer()
381 void ceph_auth_invalidate_authorizer(struct ceph_auth_client *ac, int peer_type) in ceph_auth_invalidate_authorizer() argument
385 ac->ops->invalidate_authorizer(ac, peer_type); in ceph_auth_invalidate_authorizer()
549 int peer_type, void *buf, int *buf_len) in ceph_auth_get_authorizer() argument
557 ret = __ceph_auth_get_authorizer(ac, auth, peer_type, true, &proto, in ceph_auth_get_authorizer()
614 int peer_type, int used_proto, int result, in ceph_auth_handle_bad_authorizer() argument
625 ceph_entity_type_name(peer_type)); in ceph_auth_handle_bad_authorizer()
633 ceph_entity_type_name(peer_type)); in ceph_auth_handle_bad_authorizer()
[all …]
H A Dauth_x.c737 struct ceph_auth_client *ac, int peer_type, in ceph_x_create_authorizer() argument
744 th = get_ticket_handler(ac, peer_type); in ceph_x_create_authorizer()
772 struct ceph_auth_client *ac, int peer_type, in ceph_x_update_authorizer() argument
778 th = get_ticket_handler(ac, peer_type); in ceph_x_update_authorizer()
935 static void invalidate_ticket(struct ceph_auth_client *ac, int peer_type) in invalidate_ticket() argument
939 th = get_ticket_handler(ac, peer_type); in invalidate_ticket()
952 int peer_type) in ceph_x_invalidate_authorizer() argument
960 invalidate_ticket(ac, peer_type); in ceph_x_invalidate_authorizer()
H A Dauth_none.c94 struct ceph_auth_client *ac, int peer_type, in ceph_auth_none_create_authorizer() argument
/linux/include/net/phonet/
H A Dpep.h29 u16 peer_type; /* peer type/subtype */ member
/linux/include/net/
H A Drtnetlink.h155 const u16 peer_type; member
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi-ops.h97 enum wmi_peer_type peer_type);
864 enum wmi_peer_type peer_type) in ath10k_wmi_peer_create() argument
871 skb = ar->wmi.ops->gen_peer_create(ar, vdev_id, peer_addr, peer_type); in ath10k_wmi_peer_create()
H A Dwmi-tlv.c2569 enum wmi_peer_type peer_type) in ath10k_wmi_tlv_op_gen_peer_create() argument
2584 cmd->peer_type = __cpu_to_le32(peer_type); in ath10k_wmi_tlv_op_gen_peer_create()
H A Dwmi-tlv.h1896 __le32 peer_type; member
H A Dwmi.c7416 enum wmi_peer_type peer_type) in ath10k_wmi_op_gen_peer_create() argument
7428 cmd->peer_type = __cpu_to_le32(peer_type); in ath10k_wmi_op_gen_peer_create()
/linux/drivers/net/wireless/rsi/
H A Drsi_mgmt.h248 enum peer_type { enum
/linux/drivers/net/ethernet/intel/idpf/
H A Dvirtchnl2.h747 __le16 peer_type; member
/linux/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.h430 u32 peer_type; member
H A Dmac.c7197 peer_param.peer_type = WMI_PEER_TYPE_DEFAULT; in ath11k_mac_op_add_interface()
9819 peer_param.peer_type = WMI_PEER_TYPE_DEFAULT; in ath11k_mac_station_add()
H A Dwmi.c1084 cmd->peer_type = param->peer_type; in ath11k_wmi_send_peer_create_cmd()
H A Ddebugfs_htt_stats.c736 htt_stats_buf->peer_type); in htt_print_peer_details_tlv()
/linux/net/core/
H A Drtnetlink.c3883 if (!data || !data[ops->peer_type]) in rtnl_get_peer_net()
3886 err = rtnl_nla_parse_ifinfomsg(tb, data[ops->peer_type], extack); in rtnl_get_peer_net()
4034 if (ops->peer_type) { in rtnl_newlink()
/linux/drivers/net/wireless/marvell/
H A Dmwl8k.c4550 __u8 peer_type; member
4617 p->peer_type = MWL8K_PEER_TYPE_ACCESSPOINT; in mwl8k_cmd_update_stadb_add()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c6720 peer_param.peer_type = WMI_PEER_TYPE_DEFAULT; in ath12k_mac_station_add()
10100 peer_param.peer_type = WMI_PEER_TYPE_DEFAULT; in ath12k_mac_vdev_create()