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
2480
void mgmt_new_irk(struct hci_dev *hdev, struct smp_irk *irk, bool persistent);
net/bluetooth/hci_conn.c
1381
struct smp_irk *irk;
net/bluetooth/hci_conn.c
75
struct smp_irk *irk;
net/bluetooth/hci_conn.c
930
struct smp_irk *irk = NULL;
net/bluetooth/hci_core.c
1073
struct smp_irk *k, *tmp;
net/bluetooth/hci_core.c
1211
struct smp_irk *hci_find_irk_by_rpa(struct hci_dev *hdev, bdaddr_t *rpa)
net/bluetooth/hci_core.c
1213
struct smp_irk *irk_to_return = NULL;
net/bluetooth/hci_core.c
1214
struct smp_irk *irk;
net/bluetooth/hci_core.c
1245
struct smp_irk *hci_find_irk_by_addr(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/hci_core.c
1248
struct smp_irk *irk_to_return = NULL;
net/bluetooth/hci_core.c
1249
struct smp_irk *irk;
net/bluetooth/hci_core.c
1352
struct smp_irk *hci_add_irk(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/hci_core.c
1355
struct smp_irk *irk;
net/bluetooth/hci_core.c
1412
struct smp_irk *k, *tmp;
net/bluetooth/hci_core.c
1428
struct smp_irk *irk;
net/bluetooth/hci_debugfs.c
823
struct smp_irk *irk;
net/bluetooth/hci_event.c
5721
struct smp_irk *irk;
net/bluetooth/hci_event.c
6186
struct smp_irk *irk;
net/bluetooth/hci_sync.c
2374
struct smp_irk *irk;
net/bluetooth/hci_sync.c
2437
struct smp_irk *irk;
net/bluetooth/iso.c
655
struct smp_irk *irk1, *irk2;
net/bluetooth/mgmt.c
9693
void mgmt_new_irk(struct hci_dev *hdev, struct smp_irk *irk, bool persistent)
net/bluetooth/smp.c
118
struct smp_irk *remote_irk;