Searched refs:ipv6_ns_reply_timer (Results 1 – 1 of 1) sorted by relevance
87 static struct k_work_delayable ipv6_ns_reply_timer; variable368 &ipv6_ns_reply_timer)) { in ipv6_ns_reply_timeout()369 k_work_reschedule(&ipv6_ns_reply_timer, in ipv6_ns_reply_timeout()1930 if (!k_work_delayable_remaining_get(&ipv6_ns_reply_timer)) { in net_ipv6_send_ns()1931 k_work_reschedule(&ipv6_ns_reply_timer, in net_ipv6_send_ns()2491 k_work_init_delayable(&ipv6_ns_reply_timer, ipv6_ns_reply_timeout); in net_ipv6_nbr_init()