Searched refs:snd_nxt (Results 1 - 13 of 13) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dtcp_ecn.h53 !before(TCP_SKB_CB(skb)->seq, tp->snd_nxt)) {
H A Dtcp.h176 __u32 snd_nxt; member in struct:tcp_tw_bucket
1122 tp->high_seq = tp->snd_nxt;
1149 !after(tp->snd_sml, tp->snd_nxt);
H A Dsock.h263 __u32 snd_nxt; /* Next sequence we send */ member in struct:tcp_opt
384 __u32 high_seq; /* snd_nxt at onset of congestion */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dtcp_ecn.h53 !before(TCP_SKB_CB(skb)->seq, tp->snd_nxt)) {
H A Dtcp.h176 __u32 snd_nxt; member in struct:tcp_tw_bucket
1123 tp->high_seq = tp->snd_nxt;
1150 !after(tp->snd_sml, tp->snd_nxt);
H A Dsock.h315 __u32 snd_nxt; /* Next sequence we send */ member in struct:tcp_opt
436 __u32 high_seq; /* snd_nxt at onset of congestion */
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dtcp_output.c53 tp->snd_nxt = TCP_SKB_CB(skb)->end_seq;
66 if (!before(tp->snd_una+tp->snd_wnd, tp->snd_nxt))
67 return tp->snd_nxt;
318 tp->snd_nxt = TCP_SKB_CB(skb)->end_seq;
343 tp->snd_nxt = TCP_SKB_CB(skb)->end_seq;
799 tp->high_seq = tp->snd_nxt;
895 /* snd_nxt is stored to detect loss of retransmitted segment,
898 TCP_SKB_CB(skb)->ack_seq = tp->snd_nxt;
1232 tp->snd_nxt = tp->write_seq;
H A Dtcp_minisocks.c266 u32 isn = tw->snd_nxt+65535+2;
377 tw->snd_nxt = tp->snd_nxt;
689 newtp->snd_nxt = req->snt_isn + 1;
H A Dtcp_timer.c325 tp->snd_una, tp->snd_nxt);
H A Dtcp_input.c463 tp->rtt_seq = tp->snd_nxt;
471 tp->rtt_seq = tp->snd_nxt;
1019 tp->high_seq = tp->snd_nxt;
1475 tp->high_seq = tp->snd_nxt;
1620 tp->high_seq = tp->snd_nxt;
1913 if (after(ack, tp->snd_nxt))
1989 SOCK_DEBUG(sk, "Ack %u out of %u:%u\n", ack, tp->snd_una, tp->snd_nxt);
3470 if (TCP_SKB_CB(skb)->ack_seq != tp->snd_nxt)
H A Dtcp_ipv4.c584 if ((tp->write_seq = tw->snd_nxt+65535+2) == 0)
1010 if (sk->state != TCP_LISTEN && !between(seq, tp->snd_una, tp->snd_nxt)) {
1247 tcp_v4_send_ack(skb, tw->snd_nxt, tw->rcv_nxt,
H A Dtcp.c2086 (tp->snd_nxt != tp->write_seq &&
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dtcp_ipv6.c443 if ((tp->write_seq = tw->snd_nxt+65535+2) == 0)
729 if (sk->state != TCP_LISTEN && !between(seq, tp->snd_una, tp->snd_nxt)) {
1072 tcp_v6_send_ack(skb, tw->snd_nxt, tw->rcv_nxt,

Completed in 149 milliseconds