Searched refs:ipv6_ns_reply_timer (Results 1 – 1 of 1) sorted by relevance
89 static struct k_work_delayable ipv6_ns_reply_timer; variable371 &ipv6_ns_reply_timer)) { in ipv6_ns_reply_timeout()372 k_work_reschedule(&ipv6_ns_reply_timer, in ipv6_ns_reply_timeout()2047 if (!k_work_delayable_remaining_get(&ipv6_ns_reply_timer)) { in net_ipv6_send_ns()2048 k_work_reschedule(&ipv6_ns_reply_timer, in net_ipv6_send_ns()2873 k_work_init_delayable(&ipv6_ns_reply_timer, ipv6_ns_reply_timeout); in net_ipv6_nbr_init()