lsndtime          685 drivers/crypto/chelsio/chtls/chtls_io.c 			tp->lsndtime = tcp_jiffies32;
lsndtime          188 include/linux/tcp.h 	u32	lsndtime;	/* timestamp of last sent data packet (for restart window) */
lsndtime         1371 include/net/tcp.h 	delta = tcp_jiffies32 - tp->lsndtime;
lsndtime         3284 net/ipv4/tcp.c 	info->tcpi_last_data_sent = jiffies_to_msecs(now - tp->lsndtime);
lsndtime          160 net/ipv4/tcp_cubic.c 		delta = now - tcp_sk(sk)->lsndtime;
lsndtime         5773 net/ipv4/tcp_input.c 	tp->lsndtime = tcp_jiffies32;
lsndtime         6255 net/ipv4/tcp_input.c 		tp->lsndtime = tcp_jiffies32;
lsndtime          498 net/ipv4/tcp_minisocks.c 	newtp->lsndtime = tcp_jiffies32;
lsndtime          173 net/ipv4/tcp_output.c 	if (before(tp->lsndtime, icsk->icsk_ack.lrcvtime) &&
lsndtime          177 net/ipv4/tcp_output.c 	tp->lsndtime = now;
lsndtime           91 net/ipv4/tcp_timer.c 	if ((s32)(tcp_jiffies32 - tp->lsndtime) > 2*TCP_RTO_MAX || !do_reset)
lsndtime          101 net/ipv4/tcp_timer.c 		if ((s32)(tcp_jiffies32 - tp->lsndtime) <= TCP_TIMEWAIT_LEN ||