Searched refs:replay_list (Results 1 – 1 of 1) sorted by relevance
37 static struct bt_mesh_rpl replay_list[CONFIG_BT_MESH_CRPL]; variable49 return rpl - &replay_list[0]; in rpl_idx()125 for (i = 0; i < ARRAY_SIZE(replay_list); i++) { in bt_mesh_rpl_check()126 rpl = &replay_list[i]; in bt_mesh_rpl_check()177 (void)memset(replay_list, 0, sizeof(replay_list)); in bt_mesh_rpl_clear()190 for (i = 0; i < ARRAY_SIZE(replay_list); i++) { in bt_mesh_rpl_find()191 if (replay_list[i].src == src) { in bt_mesh_rpl_find()192 return &replay_list[i]; in bt_mesh_rpl_find()203 for (i = 0; i < ARRAY_SIZE(replay_list); i++) { in bt_mesh_rpl_alloc()204 if (!replay_list[i].src) { in bt_mesh_rpl_alloc()[all …]