Home
last modified time | relevance | path

Searched refs:dup_cache_next (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dnet.c120 static int dup_cache_next; variable
130 for (i = dup_cache_next; i > 0;) { in check_dup()
136 for (i = ARRAY_SIZE(dup_cache); i > dup_cache_next;) { in check_dup()
142 dup_cache_next %= ARRAY_SIZE(dup_cache); in check_dup()
143 dup_cache[dup_cache_next++] = val; in check_dup()
916 dup_cache[--dup_cache_next] = 0; in bt_mesh_net_recv()