Searched refs:last_recv_time (Results 1 – 3 of 3) sorted by relevance
88 gettimeofday(&cd->last_recv_time, NULL);132 + timersub(&tv, &cd->last_recv_time, &tdiff);139 + if (tv.tv_sec - cd->last_recv_time.tv_sec > timeout) {
1115 if (!batadv_has_timed_out(tp_vars->last_recv_time, in batadv_tp_receiver_shutdown()1426 tp_vars->last_recv_time = jiffies; in batadv_tp_recv_msg()
1496 unsigned long last_recv_time; member