Symbol: smp_irk
include/net/bluetooth/hci_core.h
1866
struct smp_irk *hci_find_irk_by_rpa(struct hci_dev *hdev, bdaddr_t *rpa);
include/net/bluetooth/hci_core.h
1867
struct smp_irk *hci_find_irk_by_addr(struct hci_dev *hdev, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
1869
struct smp_irk *hci_add_irk(struct hci_dev *hdev, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
2271
static inline struct smp_irk *hci_get_irk(struct hci_dev *hdev,
include/net/bluetooth/hci_core.h
2481
void mgmt_new_irk(struct hci_dev *hdev, struct smp_irk *irk, bool persistent);
net/bluetooth/hci_conn.c
1449
struct smp_irk *irk;
net/bluetooth/hci_conn.c
72
struct smp_irk *irk;
net/bluetooth/hci_conn.c
996
struct smp_irk *irk = NULL;
net/bluetooth/hci_core.c
1033
struct smp_irk *k, *tmp;
net/bluetooth/hci_core.c
1171
struct smp_irk *hci_find_irk_by_rpa(struct hci_dev *hdev, bdaddr_t *rpa)
net/bluetooth/hci_core.c
1173
struct smp_irk *irk_to_return = NULL;
net/bluetooth/hci_core.c
1174
struct smp_irk *irk;
net/bluetooth/hci_core.c
1205
struct smp_irk *hci_find_irk_by_addr(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/hci_core.c
1208
struct smp_irk *irk_to_return = NULL;
net/bluetooth/hci_core.c
1209
struct smp_irk *irk;
net/bluetooth/hci_core.c
1312
struct smp_irk *hci_add_irk(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/hci_core.c
1315
struct smp_irk *irk;
net/bluetooth/hci_core.c
1372
struct smp_irk *k, *tmp;
net/bluetooth/hci_core.c
1388
struct smp_irk *irk;
net/bluetooth/hci_debugfs.c
820
struct smp_irk *irk;
net/bluetooth/hci_event.c
5716
struct smp_irk *irk;
net/bluetooth/hci_event.c
6181
struct smp_irk *irk;
net/bluetooth/hci_sync.c
2456
struct smp_irk *irk;
net/bluetooth/hci_sync.c
2519
struct smp_irk *irk;
net/bluetooth/iso.c
725
struct smp_irk *irk1, *irk2;
net/bluetooth/mgmt.c
9806
void mgmt_new_irk(struct hci_dev *hdev, struct smp_irk *irk, bool persistent)
net/bluetooth/smp.c
114
struct smp_irk *remote_irk;