irk_count         414 include/net/bluetooth/mgmt.h 	__le16 irk_count;
irk_count        5011 net/bluetooth/mgmt.c 	u16 irk_count, expected_len;
irk_count        5020 net/bluetooth/mgmt.c 	irk_count = __le16_to_cpu(cp->irk_count);
irk_count        5021 net/bluetooth/mgmt.c 	if (irk_count > max_irk_count) {
irk_count        5023 net/bluetooth/mgmt.c 			   irk_count);
irk_count        5028 net/bluetooth/mgmt.c 	expected_len = struct_size(cp, irks, irk_count);
irk_count        5036 net/bluetooth/mgmt.c 	BT_DBG("%s irk_count %u", hdev->name, irk_count);
irk_count        5038 net/bluetooth/mgmt.c 	for (i = 0; i < irk_count; i++) {
irk_count        5051 net/bluetooth/mgmt.c 	for (i = 0; i < irk_count; i++) {