/linux-4.4.14/include/linux/ceph/ |
H A D | auth.h | 58 int (*create_authorizer)(struct ceph_auth_client *ac, int peer_type, 61 int (*update_authorizer)(struct ceph_auth_client *ac, int peer_type, 68 int peer_type); 113 int peer_type, 118 int peer_type, 124 int peer_type);
|
/linux-4.4.14/net/ceph/ |
H A D | auth.c | 283 int peer_type, ceph_auth_create_authorizer() 290 ret = ac->ops->create_authorizer(ac, peer_type, auth); ceph_auth_create_authorizer() 307 int peer_type, ceph_auth_update_authorizer() 314 ret = ac->ops->update_authorizer(ac, peer_type, a); ceph_auth_update_authorizer() 333 void ceph_auth_invalidate_authorizer(struct ceph_auth_client *ac, int peer_type) ceph_auth_invalidate_authorizer() argument 337 ac->ops->invalidate_authorizer(ac, peer_type); ceph_auth_invalidate_authorizer() 282 ceph_auth_create_authorizer(struct ceph_auth_client *ac, int peer_type, struct ceph_auth_handshake *auth) ceph_auth_create_authorizer() argument 306 ceph_auth_update_authorizer(struct ceph_auth_client *ac, int peer_type, struct ceph_auth_handshake *a) ceph_auth_update_authorizer() argument
|
H A D | auth_none.c | 66 struct ceph_auth_client *ac, int peer_type, ceph_auth_none_create_authorizer() 65 ceph_auth_none_create_authorizer( struct ceph_auth_client *ac, int peer_type, struct ceph_auth_handshake *auth) ceph_auth_none_create_authorizer() argument
|
H A D | auth_x.c | 554 struct ceph_auth_client *ac, int peer_type, ceph_x_create_authorizer() 561 th = get_ticket_handler(ac, peer_type); ceph_x_create_authorizer() 587 struct ceph_auth_client *ac, int peer_type, ceph_x_update_authorizer() 593 th = get_ticket_handler(ac, peer_type); ceph_x_update_authorizer() 671 int peer_type) ceph_x_invalidate_authorizer() 675 th = get_ticket_handler(ac, peer_type); ceph_x_invalidate_authorizer() 553 ceph_x_create_authorizer( struct ceph_auth_client *ac, int peer_type, struct ceph_auth_handshake *auth) ceph_x_create_authorizer() argument 586 ceph_x_update_authorizer( struct ceph_auth_client *ac, int peer_type, struct ceph_auth_handshake *auth) ceph_x_update_authorizer() argument 670 ceph_x_invalidate_authorizer(struct ceph_auth_client *ac, int peer_type) ceph_x_invalidate_authorizer() argument
|
/linux-4.4.14/include/net/phonet/ |
H A D | pep.h | 39 u16 peer_type; /* peer type/subtype */ member in struct:pep_sock
|
/linux-4.4.14/net/phonet/ |
H A D | pep.c | 782 u16 peer_type; pep_sock_accept() local 815 peer_type = hdr->other_pep_type << 8; pep_sock_accept() 829 peer_type = (peer_type & 0xff00) | data[0]; pep_sock_accept() 873 newpn->peer_type = peer_type; pep_sock_accept() 978 pn->peer_type = 0; pep_init()
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
H A D | wmi-ops.h | 92 enum wmi_peer_type peer_type); 705 enum wmi_peer_type peer_type) ath10k_wmi_peer_create() 712 skb = ar->wmi.ops->gen_peer_create(ar, vdev_id, peer_addr, peer_type); ath10k_wmi_peer_create() 703 ath10k_wmi_peer_create(struct ath10k *ar, u32 vdev_id, const u8 peer_addr[ETH_ALEN], enum wmi_peer_type peer_type) ath10k_wmi_peer_create() argument
|
H A D | wmi-tlv.h | 1272 __le32 peer_type; member in struct:wmi_tlv_peer_create_cmd
|
H A D | wmi-tlv.c | 2000 enum wmi_peer_type peer_type) ath10k_wmi_tlv_op_gen_peer_create() 2015 cmd->peer_type = __cpu_to_le32(peer_type); ath10k_wmi_tlv_op_gen_peer_create() 1998 ath10k_wmi_tlv_op_gen_peer_create(struct ath10k *ar, u32 vdev_id, const u8 peer_addr[ETH_ALEN], enum wmi_peer_type peer_type) ath10k_wmi_tlv_op_gen_peer_create() argument
|
H A D | mac.c | 618 enum wmi_peer_type peer_type) ath10k_peer_create() 635 ret = ath10k_wmi_peer_create(ar, vdev_id, addr, peer_type); ath10k_peer_create() 5387 enum wmi_peer_type peer_type = WMI_PEER_TYPE_DEFAULT; ath10k_sta_state() local 5405 peer_type = WMI_PEER_TYPE_TDLS; ath10k_sta_state() 5408 peer_type); ath10k_sta_state() 617 ath10k_peer_create(struct ath10k *ar, u32 vdev_id, const u8 *addr, enum wmi_peer_type peer_type) ath10k_peer_create() argument
|
H A D | wmi.c | 6066 enum wmi_peer_type peer_type) ath10k_wmi_op_gen_peer_create() 6064 ath10k_wmi_op_gen_peer_create(struct ath10k *ar, u32 vdev_id, const u8 peer_addr[ETH_ALEN], enum wmi_peer_type peer_type) ath10k_wmi_op_gen_peer_create() argument
|
/linux-4.4.14/drivers/net/wireless/ |
H A D | mwl8k.c | 4459 __u8 peer_type; member in struct:peer_capability_info 4526 p->peer_type = MWL8K_PEER_TYPE_ACCESSPOINT; mwl8k_cmd_update_stadb_add()
|