| /Linux-v5.4/include/linux/ceph/ |
| 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, 74 int peer_type); 119 int peer_type, 123 int peer_type, 132 int peer_type);
|
| /Linux-v5.4/net/ceph/ |
| D | auth.c | 285 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()
|
| D | auth_x.c | 627 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()
|
| D | auth_none.c | 91 struct ceph_auth_client *ac, int peer_type, in ceph_auth_none_create_authorizer() argument
|
| /Linux-v5.4/net/phonet/ |
| D | pep.c | 771 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() 968 pn->peer_type = 0; in pep_init()
|
| /Linux-v5.4/include/net/phonet/ |
| D | pep.h | 26 u16 peer_type; /* peer type/subtype */ member
|
| /Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
| D | wmi-ops.h | 97 enum wmi_peer_type peer_type); 842 enum wmi_peer_type peer_type) in ath10k_wmi_peer_create() argument 849 skb = ar->wmi.ops->gen_peer_create(ar, vdev_id, peer_addr, peer_type); in ath10k_wmi_peer_create()
|
| D | wmi-tlv.c | 2398 enum wmi_peer_type peer_type) in ath10k_wmi_tlv_op_gen_peer_create() argument 2413 cmd->peer_type = __cpu_to_le32(peer_type); in ath10k_wmi_tlv_op_gen_peer_create()
|
| D | mac.c | 721 enum wmi_peer_type peer_type) in ath10k_peer_create() argument 739 ret = ath10k_wmi_peer_create(ar, vdev_id, addr, peer_type); in ath10k_peer_create() 6485 enum wmi_peer_type peer_type = WMI_PEER_TYPE_DEFAULT; in ath10k_sta_state() local 6504 peer_type = WMI_PEER_TYPE_TDLS; in ath10k_sta_state() 6524 sta->addr, peer_type); in ath10k_sta_state()
|
| D | wmi-tlv.h | 1836 __le32 peer_type; member
|
| D | wmi.c | 7282 enum wmi_peer_type peer_type) in ath10k_wmi_op_gen_peer_create() argument 7294 cmd->peer_type = __cpu_to_le32(peer_type); in ath10k_wmi_op_gen_peer_create()
|
| D | wmi.h | 6147 __le32 peer_type; member
|
| /Linux-v5.4/drivers/net/wireless/rsi/ |
| D | rsi_mgmt.h | 248 enum peer_type { enum
|
| /Linux-v5.4/drivers/net/wireless/marvell/ |
| D | mwl8k.c | 4472 __u8 peer_type; member 4539 p->peer_type = MWL8K_PEER_TYPE_ACCESSPOINT; in mwl8k_cmd_update_stadb_add()
|