Searched refs:lsndtime (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_timer.c74 if ((s32)(tcp_time_stamp - tp->lsndtime) > 2*TCP_RTO_MAX || !do_reset)
87 if ((s32)(tcp_time_stamp - tp->lsndtime) <= TCP_TIMEWAIT_LEN ||
H A Dtcp_output.c122 s32 delta = tcp_time_stamp - tp->lsndtime;
145 (!tp->packets_out && (s32)(now - tp->lsndtime) > icsk->icsk_rto))
148 tp->lsndtime = now;
H A Dtcp_input.c4515 tp->lsndtime = tcp_time_stamp;
4779 tp->lsndtime = tcp_time_stamp;
H A Dtcp.c2042 info->tcpi_last_data_sent = jiffies_to_msecs(now - tp->lsndtime);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtcp.h267 u32 lsndtime; /* timestamp of last sent data packet (for restart window) */ member in struct:tcp_sock

Completed in 104 milliseconds