Searched refs:time_send (Results 1 – 2 of 2) sorted by relevance
1025 timersub(&now, &r->time_send, &diff); in check_recvdpkt()1055 r->time_send = now; in check_recvdpkt()1111 sched_get_monotonic_time(&new->time_send); in add_recvdpkt()1155 if (timercmp(&r->time_send, &sweep, <)) { in sweep_recvdpkt()
383 struct timeval time_send; /* timestamp of previous send */ member