Home
last modified time | relevance | path

Searched refs:peer_type (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/include/linux/ceph/
Dauth.h58 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/
Dauth.c283 int peer_type, in ceph_auth_create_authorizer() argument
290 ret = ac->ops->create_authorizer(ac, peer_type, auth); in ceph_auth_create_authorizer()
307 int peer_type, in ceph_auth_update_authorizer() argument
314 ret = ac->ops->update_authorizer(ac, peer_type, a); in ceph_auth_update_authorizer()
333 void ceph_auth_invalidate_authorizer(struct ceph_auth_client *ac, int peer_type) in ceph_auth_invalidate_authorizer() argument
337 ac->ops->invalidate_authorizer(ac, peer_type); in ceph_auth_invalidate_authorizer()
Dauth_x.c554 struct ceph_auth_client *ac, int peer_type, in ceph_x_create_authorizer() argument
561 th = get_ticket_handler(ac, peer_type); in ceph_x_create_authorizer()
587 struct ceph_auth_client *ac, int peer_type, in ceph_x_update_authorizer() argument
593 th = get_ticket_handler(ac, peer_type); in ceph_x_update_authorizer()
671 int peer_type) in ceph_x_invalidate_authorizer() argument
675 th = get_ticket_handler(ac, peer_type); in ceph_x_invalidate_authorizer()
Dauth_none.c66 struct ceph_auth_client *ac, int peer_type, in ceph_auth_none_create_authorizer() argument
/linux-4.4.14/include/net/phonet/
Dpep.h39 u16 peer_type; /* peer type/subtype */ member
/linux-4.4.14/net/phonet/
Dpep.c782 u16 peer_type; in pep_sock_accept() local
815 peer_type = hdr->other_pep_type << 8; in pep_sock_accept()
829 peer_type = (peer_type & 0xff00) | data[0]; in pep_sock_accept()
873 newpn->peer_type = peer_type; in pep_sock_accept()
978 pn->peer_type = 0; in pep_init()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dwmi-ops.h92 enum wmi_peer_type peer_type);
705 enum wmi_peer_type peer_type) in ath10k_wmi_peer_create() argument
712 skb = ar->wmi.ops->gen_peer_create(ar, vdev_id, peer_addr, peer_type); in ath10k_wmi_peer_create()
Dwmi-tlv.h1272 __le32 peer_type; member
Dwmi-tlv.c2000 enum wmi_peer_type peer_type) in ath10k_wmi_tlv_op_gen_peer_create() argument
2015 cmd->peer_type = __cpu_to_le32(peer_type); in ath10k_wmi_tlv_op_gen_peer_create()
Dmac.c618 enum wmi_peer_type peer_type) in ath10k_peer_create() argument
635 ret = ath10k_wmi_peer_create(ar, vdev_id, addr, peer_type); in ath10k_peer_create()
5387 enum wmi_peer_type peer_type = WMI_PEER_TYPE_DEFAULT; in ath10k_sta_state() local
5405 peer_type = WMI_PEER_TYPE_TDLS; in ath10k_sta_state()
5408 peer_type); in ath10k_sta_state()
Dwmi.c6066 enum wmi_peer_type peer_type) in ath10k_wmi_op_gen_peer_create() argument
/linux-4.4.14/drivers/net/wireless/
Dmwl8k.c4459 __u8 peer_type; member
4526 p->peer_type = MWL8K_PEER_TYPE_ACCESSPOINT; in mwl8k_cmd_update_stadb_add()