Searched defs:acl (Results 1 - 3 of 3) sorted by relevance

/net/bluetooth/
H A Dhci_conn.c527 struct hci_conn *acl = conn->link; local
528 if (acl) {
529 acl->link = NULL;
530 hci_conn_drop(acl);
848 struct hci_conn *acl; local
853 acl = hci_conn_hash_lookup_ba(hdev, ACL_LINK, dst);
854 if (!acl) {
855 acl = hci_conn_add(hdev, ACL_LINK, dst, HCI_ROLE_MASTER);
856 if (!acl)
860 hci_conn_hold(acl);
875 struct hci_conn *acl; local
[all...]
H A Dhci_event.c620 BT_DBG("%s acl mtu %d:%d sco mtu %d:%d", hdev->name, hdev->acl_mtu,
1430 struct hci_conn *acl, *sco; local
1448 acl = hci_conn_hash_lookup_handle(hdev, handle);
1449 if (acl) {
1450 sco = acl->link;
1716 struct hci_conn *acl, *sco; local
1734 acl = hci_conn_hash_lookup_handle(hdev, handle);
1735 if (acl) {
1736 sco = acl->link;
/net/wireless/
H A Dnl80211.c3049 struct cfg80211_acl_data *acl; local
3073 acl = kzalloc(sizeof(*acl) + (sizeof(struct mac_address) * n_entries),
3075 if (!acl)
3079 memcpy(acl->mac_addrs[i].addr, nla_data(attr), ETH_ALEN);
3083 acl->n_acl_entries = n_entries;
3084 acl->acl_policy = acl_policy;
3086 return acl;
3093 struct cfg80211_acl_data *acl; local
3103 acl
[all...]

Completed in 55 milliseconds