Searched refs:timetosend (Results 1 – 7 of 7) sorted by relevance
1199 new_send->timetosend = jiffies; in irdma_schedule_cm_timer()1205 new_send->timetosend += (HZ / 10); in irdma_schedule_cm_timer()1219 new_send->timetosend = jiffies + IRDMA_RETRY_TIMEOUT; in irdma_schedule_cm_timer()1235 cm_core->tcp_timer.expires = new_send->timetosend; in irdma_schedule_cm_timer()1322 unsigned long timetosend; in irdma_cm_timer_tick() local1338 if (time_after(close_entry->timetosend, jiffies)) { in irdma_cm_timer_tick()1339 if (nexttimeout > close_entry->timetosend || in irdma_cm_timer_tick()1341 nexttimeout = close_entry->timetosend; in irdma_cm_timer_tick()1354 if (time_after(send_entry->timetosend, jiffies)) { in irdma_cm_timer_tick()1356 if (nexttimeout > send_entry->timetosend || in irdma_cm_timer_tick()[all …]
242 unsigned long timetosend; /* jiffies */ member
119 offsetof(timetosend) = 20
845 (u_long)ntohl(pp->timetosend)); in peerstats()
436 u_int32 timetosend; /* time until a packet sent */ member
238 (int) offsetof(struct info_peer_stats, timetosend));
1043 ip->timetosend = htonl(pp->nextdate - current_time); in peer_stats()