Symbol: peer_type
drivers/net/can/vxcan.c
323
.peer_type = VXCAN_INFO_PEER,
drivers/net/ethernet/intel/idpf/virtchnl2.h
747
__le16 peer_type;
drivers/net/netkit.c
991
.peer_type = IFLA_NETKIT_PEER_INFO,
drivers/net/veth.c
1983
.peer_type = VETH_INFO_PEER,
drivers/net/wireless/ath/ath10k/mac.c
740
enum wmi_peer_type peer_type)
drivers/net/wireless/ath/ath10k/mac.c
751
ret = ath10k_wmi_peer_create(ar, vdev_id, addr, peer_type);
drivers/net/wireless/ath/ath10k/mac.c
7532
enum wmi_peer_type peer_type = WMI_PEER_TYPE_DEFAULT;
drivers/net/wireless/ath/ath10k/mac.c
7551
peer_type = WMI_PEER_TYPE_TDLS;
drivers/net/wireless/ath/ath10k/mac.c
7571
sta->addr, peer_type);
drivers/net/wireless/ath/ath10k/wmi-ops.h
864
enum wmi_peer_type peer_type)
drivers/net/wireless/ath/ath10k/wmi-ops.h
871
skb = ar->wmi.ops->gen_peer_create(ar, vdev_id, peer_addr, peer_type);
drivers/net/wireless/ath/ath10k/wmi-ops.h
97
enum wmi_peer_type peer_type);
drivers/net/wireless/ath/ath10k/wmi-tlv.c
2569
enum wmi_peer_type peer_type)
drivers/net/wireless/ath/ath10k/wmi-tlv.c
2584
cmd->peer_type = __cpu_to_le32(peer_type);
drivers/net/wireless/ath/ath10k/wmi-tlv.h
1896
__le32 peer_type;
drivers/net/wireless/ath/ath10k/wmi.c
7416
enum wmi_peer_type peer_type)
drivers/net/wireless/ath/ath10k/wmi.c
7428
cmd->peer_type = __cpu_to_le32(peer_type);
drivers/net/wireless/ath/ath10k/wmi.h
6209
__le32 peer_type;
drivers/net/wireless/ath/ath11k/debugfs_htt_stats.c
736
htt_stats_buf->peer_type);
drivers/net/wireless/ath/ath11k/debugfs_htt_stats.h
430
u32 peer_type;
drivers/net/wireless/ath/ath11k/mac.c
7212
peer_param.peer_type = WMI_PEER_TYPE_DEFAULT;
drivers/net/wireless/ath/ath11k/mac.c
9834
peer_param.peer_type = WMI_PEER_TYPE_DEFAULT;
drivers/net/wireless/ath/ath11k/wmi.c
1096
cmd->peer_type = param->peer_type;
drivers/net/wireless/ath/ath11k/wmi.h
2877
u32 peer_type;
drivers/net/wireless/ath/ath11k/wmi.h
3006
u32 peer_type;
drivers/net/wireless/ath/ath12k/mac.c
10318
peer_param.peer_type = WMI_PEER_TYPE_DEFAULT;
drivers/net/wireless/ath/ath12k/mac.c
7042
peer_param.peer_type = WMI_PEER_TYPE_DEFAULT;
drivers/net/wireless/ath/ath12k/wmi.c
1289
cmd->peer_type = cpu_to_le32(arg->peer_type);
drivers/net/wireless/ath/ath12k/wmi.h
3151
u32 peer_type;
drivers/net/wireless/ath/ath12k/wmi.h
3265
__le32 peer_type;
drivers/net/wireless/marvell/mwl8k.c
4550
__u8 peer_type;
drivers/net/wireless/marvell/mwl8k.c
4617
p->peer_type = MWL8K_PEER_TYPE_ACCESSPOINT;
fs/resctrl/ctrlmondata.c
806
enum resctrl_conf_type peer_type;
fs/resctrl/ctrlmondata.c
819
peer_type = resctrl_peer_type(s->conf_type);
fs/resctrl/ctrlmondata.c
821
memcpy(&d->staged_config[peer_type],
fs/resctrl/ctrlmondata.c
956
enum resctrl_conf_type peer_type;
fs/resctrl/ctrlmondata.c
986
peer_type = resctrl_peer_type(s->conf_type);
fs/resctrl/ctrlmondata.c
987
memcpy(&d->staged_config[peer_type],
fs/resctrl/rdtgroup.c
1376
enum resctrl_conf_type peer_type = resctrl_peer_type(s->conf_type);
fs/resctrl/rdtgroup.c
1385
return __rdtgroup_cbm_overlaps(r, d, cbm, closid, peer_type, exclusive);
fs/resctrl/rdtgroup.c
3527
enum resctrl_conf_type peer_type = resctrl_peer_type(s->conf_type);
fs/resctrl/rdtgroup.c
3558
peer_type);
include/linux/ceph/auth.h
129
int peer_type, bool force_new,
include/linux/ceph/auth.h
142
int peer_type);
include/linux/ceph/auth.h
175
int peer_type, void *buf, int *buf_len);
include/linux/ceph/auth.h
186
int peer_type, int used_proto, int result,
include/linux/ceph/auth.h
62
int (*create_authorizer)(struct ceph_auth_client *ac, int peer_type,
include/linux/ceph/auth.h
65
int (*update_authorizer)(struct ceph_auth_client *ac, int peer_type,
include/linux/ceph/auth.h
77
int peer_type);
include/net/phonet/pep.h
29
u16 peer_type; /* peer type/subtype */
include/net/rtnetlink.h
155
const u16 peer_type;
net/ceph/auth.c
312
int peer_type, bool force_new,
net/ceph/auth.c
323
ret = ac->ops->create_authorizer(ac, peer_type, auth);
net/ceph/auth.c
325
ret = ac->ops->update_authorizer(ac, peer_type, auth);
net/ceph/auth.c
383
void ceph_auth_invalidate_authorizer(struct ceph_auth_client *ac, int peer_type)
net/ceph/auth.c
387
ac->ops->invalidate_authorizer(ac, peer_type);
net/ceph/auth.c
551
int peer_type, void *buf, int *buf_len)
net/ceph/auth.c
559
ret = __ceph_auth_get_authorizer(ac, auth, peer_type, true, &proto,
net/ceph/auth.c
616
int peer_type, int used_proto, int result,
net/ceph/auth.c
627
ceph_entity_type_name(peer_type));
net/ceph/auth.c
635
ceph_entity_type_name(peer_type));
net/ceph/auth.c
641
ceph_entity_type_name(peer_type));
net/ceph/auth.c
649
ceph_entity_type_name(peer_type), result);
net/ceph/auth.c
652
ac->ops->invalidate_authorizer(ac, peer_type);
net/ceph/auth_none.c
94
struct ceph_auth_client *ac, int peer_type,
net/ceph/auth_x.c
1001
static void invalidate_ticket(struct ceph_auth_client *ac, int peer_type)
net/ceph/auth_x.c
1005
th = get_ticket_handler(ac, peer_type);
net/ceph/auth_x.c
1018
int peer_type)
net/ceph/auth_x.c
1026
invalidate_ticket(ac, peer_type);
net/ceph/auth_x.c
800
struct ceph_auth_client *ac, int peer_type,
net/ceph/auth_x.c
807
th = get_ticket_handler(ac, peer_type);
net/ceph/auth_x.c
835
struct ceph_auth_client *ac, int peer_type,
net/ceph/auth_x.c
841
th = get_ticket_handler(ac, peer_type);
net/core/rtnetlink.c
3907
if (!data || !data[ops->peer_type]) {
net/core/rtnetlink.c
3910
err = rtnl_nla_parse_ifinfomsg(tb, data[ops->peer_type], extack);
net/core/rtnetlink.c
4070
if (ops->peer_type) {
net/phonet/pep.c
771
u16 peer_type;
net/phonet/pep.c
805
peer_type = hdr->other_pep_type << 8;
net/phonet/pep.c
819
peer_type = (peer_type & 0xff00) | data[0];
net/phonet/pep.c
864
newpn->peer_type = peer_type;
net/phonet/pep.c
995
pn->peer_type = 0;