Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dsmp.c110 struct smp_irk *remote_irk; member
775 if (smp->remote_irk) { in smp_chan_destroy()
776 list_del_rcu(&smp->remote_irk->list); in smp_chan_destroy()
777 kfree_rcu(smp->remote_irk, rcu); in smp_chan_destroy()
1036 if (smp->remote_irk) { in smp_notify_keys()
1037 mgmt_new_irk(hdev, smp->remote_irk); in smp_notify_keys()
1043 bacpy(&hcon->dst, &smp->remote_irk->bdaddr); in smp_notify_keys()
1044 hcon->dst_type = smp->remote_irk->addr_type; in smp_notify_keys()
1058 if (!bacmp(&smp->remote_irk->rpa, BDADDR_ANY)) { in smp_notify_keys()
1059 list_del_rcu(&smp->remote_irk->list); in smp_notify_keys()
[all …]