Searched refs:end_seq (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_input.c436 (TCP_SKB_CB(skb)->end_seq -
971 !after(ntohl(sp[0].end_seq), ntohl(sp[1].end_seq)) &&
981 !after(ntohl(sp[0].end_seq), prior_snd_una) &&
982 after(ntohl(sp[0].end_seq), tp->undo_marker))
993 * if the only SACK change is the increase of the end_seq of
999 __be32 end_seq = sp[i].end_seq; local
1006 (tp->recv_sack_cache[i].end_seq != end_seq))
1059 __u32 end_seq = ntohl(sp->end_seq); local
3062 tcp_sequence(struct tcp_sock *tp, u32 seq, u32 end_seq) argument
3174 tcp_sack_extend(struct tcp_sack_block *sp, u32 seq, u32 end_seq) argument
3186 tcp_dsack_set(struct tcp_sock *tp, u32 seq, u32 end_seq) argument
3201 tcp_dsack_extend(struct tcp_sock *tp, u32 seq, u32 end_seq) argument
3219 u32 end_seq = TCP_SKB_CB(skb)->end_seq; local
3272 tcp_sack_new_ofo_skb(struct sock *sk, u32 seq, u32 end_seq) argument
3546 u32 end_seq = TCP_SKB_CB(skb)->end_seq; local
[all...]
H A Dtcp_minisocks.c58 static __inline__ int tcp_in_window(u32 seq, u32 end_seq, u32 s_win, u32 e_win) argument
62 if (after(end_seq, s_win) && before(seq, e_win))
64 return (seq == e_win && seq == end_seq);
119 !tcp_in_window(TCP_SKB_CB(skb)->seq, TCP_SKB_CB(skb)->end_seq,
131 if (!after(TCP_SKB_CB(skb)->end_seq, tcptw->tw_rcv_nxt) ||
132 TCP_SKB_CB(skb)->end_seq == TCP_SKB_CB(skb)->seq) {
141 TCP_SKB_CB(skb)->end_seq != tcptw->tw_rcv_nxt + 1) {
150 tcptw->tw_rcv_nxt = TCP_SKB_CB(skb)->end_seq;
191 (TCP_SKB_CB(skb)->seq == TCP_SKB_CB(skb)->end_seq || th->rst))) {
603 if (paws_reject || !tcp_in_window(TCP_SKB_CB(skb)->seq, TCP_SKB_CB(skb)->end_seq,
[all...]
H A Dtcp_output.c69 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 local
[all...]
H A Dtcp_illinois.c49 u32 end_seq; /* right edge of current RTT */ member in struct:illinois
62 ca->end_seq = tp->snd_nxt;
267 if (after(ack, ca->end_seq))
H A Dtcp.c473 tcb->seq = tcb->end_seq = tp->write_seq;
579 TCP_SKB_CB(skb)->end_seq += copy;
831 TCP_SKB_CB(skb)->end_seq += copy;
960 BUG_TRAP(!skb || before(tp->copied_seq, TCP_SKB_CB(skb)->end_seq));
1585 u32 len = TCP_SKB_CB(skb)->end_seq - TCP_SKB_CB(skb)->seq -
H A Dtcp_ipv4.c1658 TCP_SKB_CB(skb)->end_seq = (TCP_SKB_CB(skb)->seq + th->syn + th->fin +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_helper.c292 if (after(ntohl(sack->end_seq) - natseq->offset_before,
294 new_end_seq = htonl(ntohl(sack->end_seq)
297 new_end_seq = htonl(ntohl(sack->end_seq)
300 DEBUGP("sack_adjust: start_seq: %d->%d, end_seq: %d->%d\n",
302 ntohl(sack->end_seq), new_end_seq);
307 sack->end_seq, new_end_seq, 0);
309 sack->end_seq = new_end_seq;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtcp.h199 __be32 end_seq; member in struct:tcp_sack_block_wire
204 u32 end_seq; member in struct:tcp_sack_block
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dtcp.h534 __u32 end_seq; /* SEQ + FIN + SYN + datalen */ member in struct:tcp_skb_cb
779 tp->snd_sml = TCP_SKB_CB(skb)->end_seq;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dtcp_ipv6.c1664 if (TCP_SKB_CB(opt_skb)->end_seq == tp->rcv_nxt &&
1714 TCP_SKB_CB(skb)->end_seq = (TCP_SKB_CB(skb)->seq + th->syn + th->fin +

Completed in 107 milliseconds