Home
last modified time | relevance | path

Searched refs:peer_type (Results 1 – 21 of 21) 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.c312 int peer_type, bool force_new, in __ceph_auth_get_authorizer() argument
323 ret = ac->ops->create_authorizer(ac, peer_type, auth); in __ceph_auth_get_authorizer()
325 ret = ac->ops->update_authorizer(ac, peer_type, auth); in __ceph_auth_get_authorizer()
383 void ceph_auth_invalidate_authorizer(struct ceph_auth_client *ac, int peer_type) in ceph_auth_invalidate_authorizer() argument
387 ac->ops->invalidate_authorizer(ac, peer_type); in ceph_auth_invalidate_authorizer()
551 int peer_type, void *buf, int *buf_len) in ceph_auth_get_authorizer() argument
559 ret = __ceph_auth_get_authorizer(ac, auth, peer_type, true, &proto, in ceph_auth_get_authorizer()
616 int peer_type, int used_proto, int result, in ceph_auth_handle_bad_authorizer() argument
627 ceph_entity_type_name(peer_type)); in ceph_auth_handle_bad_authorizer()
635 ceph_entity_type_name(peer_type)); in ceph_auth_handle_bad_authorizer()
[all …]
H A Dauth_x.c805 struct ceph_auth_client *ac, int peer_type, in ceph_x_create_authorizer() argument
812 th = get_ticket_handler(ac, peer_type); in ceph_x_create_authorizer()
840 struct ceph_auth_client *ac, int peer_type, in ceph_x_update_authorizer() argument
846 th = get_ticket_handler(ac, peer_type); in ceph_x_update_authorizer()
1006 static void invalidate_ticket(struct ceph_auth_client *ac, int peer_type) in invalidate_ticket() argument
1010 th = get_ticket_handler(ac, peer_type); in invalidate_ticket()
1023 int peer_type) in ceph_x_invalidate_authorizer() argument
1031 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/net/phonet/
H A Dpep.c786 u16 peer_type; in pep_sock_accept() local
820 peer_type = hdr->other_pep_type << 8; in pep_sock_accept()
834 peer_type = (peer_type & 0xff00) | data[0]; in pep_sock_accept()
879 newpn->peer_type = peer_type; in pep_sock_accept()
1010 pn->peer_type = 0; in pep_init()
/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/can/
H A Dvxcan.c323 .peer_type = VXCAN_INFO_PEER,
/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.h1896 __le32 peer_type; member
H A Dmac.c740 enum wmi_peer_type peer_type) in ath10k_peer_create() argument
751 ret = ath10k_wmi_peer_create(ar, vdev_id, addr, peer_type); in ath10k_peer_create()
7532 enum wmi_peer_type peer_type = WMI_PEER_TYPE_DEFAULT; in ath10k_sta_state() local
7551 peer_type = WMI_PEER_TYPE_TDLS; in ath10k_sta_state()
7571 sta->addr, peer_type); in ath10k_sta_state()
H A Dwmi.c7415 enum wmi_peer_type peer_type) in ath10k_wmi_op_gen_peer_create() argument
7427 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 Dwmi.c1096 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/drivers/net/
H A Dveth.c1984 .peer_type = VETH_INFO_PEER,
/linux/net/core/
H A Drtnetlink.c3909 if (!data || !data[ops->peer_type]) { in rtnl_get_peer_net()
3912 err = rtnl_nla_parse_ifinfomsg(tb, data[ops->peer_type], extack); in rtnl_get_peer_net()
4072 if (ops->peer_type) { in rtnl_newlink()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c1289 cmd->peer_type = cpu_to_le32(arg->peer_type); in ath12k_wmi_send_peer_create_cmd()
H A Dmac.c7057 peer_param.peer_type = WMI_PEER_TYPE_DEFAULT; in ath12k_mac_station_add()
10343 peer_param.peer_type = WMI_PEER_TYPE_DEFAULT; in ath12k_mac_vdev_create()