• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/

Lines Matching refs:end_seq

69 	tp->snd_nxt = TCP_SKB_CB(skb)->end_seq;
295 *ptr++ = htonl(sp[this_sack].end_seq);
544 if (after(tcb->end_seq, tp->snd_nxt) || tcb->seq == tcb->end_seq)
571 tp->write_seq = TCP_SKB_CB(skb)->end_seq;
634 TCP_SKB_CB(buff)->end_seq = TCP_SKB_CB(skb)->end_seq;
635 TCP_SKB_CB(skb)->end_seq = TCP_SKB_CB(buff)->seq;
674 if (!before(tp->snd_nxt, TCP_SKB_CB(buff)->end_seq)) {
1053 u32 end_seq = TCP_SKB_CB(skb)->end_seq;
1056 end_seq = TCP_SKB_CB(skb)->seq + cur_mss;
1058 return !after(end_seq, tp->snd_una + tp->snd_wnd);
1123 TCP_SKB_CB(buff)->end_seq = TCP_SKB_CB(skb)->end_seq;
1124 TCP_SKB_CB(skb)->end_seq = TCP_SKB_CB(buff)->seq;
1285 TCP_SKB_CB(nskb)->end_seq = TCP_SKB_CB(skb)->seq + probe_size;
1338 tp->mtu_probe.probe_seq_end = TCP_SKB_CB(nskb)->end_seq;
1635 if (after(TCP_SKB_CB(next_skb)->end_seq, tp->snd_una+tp->snd_wnd))
1666 TCP_SKB_CB(skb)->end_seq = TCP_SKB_CB(next_skb)->end_seq;
1772 if (before(TCP_SKB_CB(skb)->end_seq, tp->snd_una))
1811 tp->snd_una == (TCP_SKB_CB(skb)->end_seq - 1)) {
1813 TCP_SKB_CB(skb)->seq = TCP_SKB_CB(skb)->end_seq - 1;
2008 TCP_SKB_CB(skb)->end_seq++;
2030 TCP_SKB_CB(skb)->end_seq = TCP_SKB_CB(skb)->seq + 1;
2063 TCP_SKB_CB(skb)->end_seq = TCP_SKB_CB(skb)->seq;
2151 TCP_SKB_CB(skb)->end_seq = TCP_SKB_CB(skb)->seq + 1;
2288 TCP_SKB_CB(buff)->end_seq = tp->write_seq;
2397 TCP_SKB_CB(buff)->seq = TCP_SKB_CB(buff)->end_seq = tcp_acceptable_seq(sk);
2438 TCP_SKB_CB(skb)->end_seq = TCP_SKB_CB(skb)->seq;
2455 if (before(tp->pushed_seq, TCP_SKB_CB(skb)->end_seq))
2456 tp->pushed_seq = TCP_SKB_CB(skb)->end_seq;
2462 if (seg_size < TCP_SKB_CB(skb)->end_seq - TCP_SKB_CB(skb)->seq ||