Home
last modified time | relevance | path

Searched refs:pushed_seq (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Dtcp_output.c1257 tp->pushed_seq = tp->write_seq; in tcp_connect()
1410 if (before(tp->pushed_seq, TCP_SKB_CB(skb)->end_seq)) in tcp_write_wakeup()
1411 tp->pushed_seq = TCP_SKB_CB(skb)->end_seq; in tcp_write_wakeup()
Dtcp_minisocks.c729 newtp->pushed_seq = newtp->write_seq; in tcp_create_openreq_child()
Dtcp.c778 tp->pushed_seq = tp->write_seq; in tcp_mark_push()
783 return after(tp->write_seq, tp->pushed_seq + (tp->max_window>>1)); in forced_push()
/linux-2.4.37.9/include/net/
Dsock.h363 __u32 pushed_seq; /* Last pushed seq, required to talk to windows */ member