pushed_seq       1309 drivers/crypto/chelsio/chtls/chtls_cm.c 	tp->pushed_seq = snd_isn;
pushed_seq        298 include/linux/tcp.h 	u32	pushed_seq;	/* Last pushed seq, required to talk to windows */
pushed_seq        651 net/ipv4/tcp.c 	tp->pushed_seq = tp->write_seq;
pushed_seq        656 net/ipv4/tcp.c 	return after(tp->write_seq, tp->pushed_seq + (tp->max_window >> 1));
pushed_seq        503 net/ipv4/tcp_minisocks.c 	WRITE_ONCE(newtp->write_seq, newtp->pushed_seq = treq->snt_isn + 1);
pushed_seq       3611 net/ipv4/tcp_output.c 	tp->pushed_seq = tp->write_seq;
pushed_seq       3615 net/ipv4/tcp_output.c 		tp->pushed_seq	= TCP_SKB_CB(buff)->seq;
pushed_seq       3784 net/ipv4/tcp_output.c 		if (before(tp->pushed_seq, TCP_SKB_CB(skb)->end_seq))
pushed_seq       3785 net/ipv4/tcp_output.c 			tp->pushed_seq = TCP_SKB_CB(skb)->end_seq;