Lines Matching refs:remote_irk
110 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()
1060 kfree_rcu(smp->remote_irk, rcu); in smp_notify_keys()
1061 smp->remote_irk = NULL; in smp_notify_keys()
2488 smp->remote_irk = hci_add_irk(conn->hcon->hdev, &smp->id_addr, in smp_cmd_ident_addr_info()