| /linux/include/linux/ceph/ |
| H A 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, 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 D | auth.c | 312 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 D | auth_x.c | 800 struct ceph_auth_client *ac, int peer_type, in ceph_x_create_authorizer() argument 807 th = get_ticket_handler(ac, peer_type); in ceph_x_create_authorizer() 835 struct ceph_auth_client *ac, int peer_type, in ceph_x_update_authorizer() argument 841 th = get_ticket_handler(ac, peer_type); in ceph_x_update_authorizer() 1001 static void invalidate_ticket(struct ceph_auth_client *ac, int peer_type) in invalidate_ticket() argument 1005 th = get_ticket_handler(ac, peer_type); in invalidate_ticket() 1018 int peer_type) in ceph_x_invalidate_authorizer() argument 1026 invalidate_ticket(ac, peer_type); in ceph_x_invalidate_authorizer()
|
| H A D | auth_none.c | 94 struct ceph_auth_client *ac, int peer_type, in ceph_auth_none_create_authorizer() argument
|
| /linux/fs/resctrl/ |
| H A D | ctrlmondata.c | 806 enum resctrl_conf_type peer_type; in resctrl_io_alloc_init_cbm() local 819 peer_type = resctrl_peer_type(s->conf_type); in resctrl_io_alloc_init_cbm() 821 memcpy(&d->staged_config[peer_type], in resctrl_io_alloc_init_cbm() 956 enum resctrl_conf_type peer_type; in resctrl_io_alloc_parse_line() local 986 peer_type = resctrl_peer_type(s->conf_type); in resctrl_io_alloc_parse_line() 987 memcpy(&d->staged_config[peer_type], in resctrl_io_alloc_parse_line()
|
| H A D | rdtgroup.c | 1376 enum resctrl_conf_type peer_type = resctrl_peer_type(s->conf_type); in rdtgroup_cbm_overlaps() local 1385 return __rdtgroup_cbm_overlaps(r, d, cbm, closid, peer_type, exclusive); in rdtgroup_cbm_overlaps() 3527 enum resctrl_conf_type peer_type = resctrl_peer_type(s->conf_type); in __init_one_rdt_domain() local 3558 peer_type); in __init_one_rdt_domain()
|
| /linux/net/phonet/ |
| H A D | pep.c | 771 u16 peer_type; in pep_sock_accept() local 805 peer_type = hdr->other_pep_type << 8; in pep_sock_accept() 819 peer_type = (peer_type & 0xff00) | data[0]; in pep_sock_accept() 864 newpn->peer_type = peer_type; in pep_sock_accept() 995 pn->peer_type = 0; in pep_init()
|
| /linux/include/net/phonet/ |
| H A D | pep.h | 29 u16 peer_type; /* peer type/subtype */ member
|
| /linux/include/net/ |
| H A D | rtnetlink.h | 155 const u16 peer_type; member
|
| /linux/drivers/net/can/ |
| H A D | vxcan.c | 323 .peer_type = VXCAN_INFO_PEER,
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | wmi-ops.h | 97 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 D | wmi-tlv.c | 2569 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 D | wmi-tlv.h | 1896 __le32 peer_type; member
|
| H A D | mac.c | 740 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 D | wmi.c | 7416 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()
|
| H A D | wmi.h | 6209 __le32 peer_type; member
|
| /linux/drivers/net/wireless/rsi/ |
| H A D | rsi_mgmt.h | 248 enum peer_type { enum
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | virtchnl2.h | 747 __le16 peer_type; member
|
| /linux/drivers/net/ |
| H A D | netkit.c | 991 .peer_type = IFLA_NETKIT_PEER_INFO,
|
| H A D | veth.c | 1983 .peer_type = VETH_INFO_PEER,
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | debugfs_htt_stats.h | 430 u32 peer_type; member
|
| H A D | wmi.h | 2877 u32 peer_type; member 3006 u32 peer_type; member
|
| /linux/net/core/ |
| H A D | rtnetlink.c | 3905 if (!data || !data[ops->peer_type]) in rtnl_get_peer_net() 3908 err = rtnl_nla_parse_ifinfomsg(tb, data[ops->peer_type], extack); in rtnl_get_peer_net() 4056 if (ops->peer_type) { in rtnl_newlink()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | wmi.h | 3151 u32 peer_type; member 3265 __le32 peer_type; member
|
| /linux/drivers/net/wireless/marvell/ |
| H A D | mwl8k.c | 4550 __u8 peer_type; member 4617 p->peer_type = MWL8K_PEER_TYPE_ACCESSPOINT; in mwl8k_cmd_update_stadb_add()
|