Searched refs:active_rs_timers (Results 1 – 1 of 1) sorted by relevance
86 static sys_slist_t active_rs_timers; variable1490 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&active_rs_timers, in rs_timeout()1501 sys_slist_remove(&active_rs_timers, NULL, &ipv6->rs_node); in rs_timeout()1562 sys_slist_append(&active_rs_timers, &ipv6->rs_node); in net_if_start_rs()1590 sys_slist_find_and_remove(&active_rs_timers, &ipv6->rs_node); in net_if_stop_rs()1600 sys_slist_init(&active_rs_timers); in iface_ipv6_nd_init()