Searched refs:rcv_nxt (Results 1 - 11 of 11) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dtcp_minisocks.c151 tw->rcv_nxt, tw->rcv_nxt + tw->rcv_wnd))
157 if (th->syn && !before(TCP_SKB_CB(skb)->seq, tw->rcv_nxt))
161 if (!after(TCP_SKB_CB(skb)->end_seq, tw->rcv_nxt) ||
170 if (!th->fin || TCP_SKB_CB(skb)->end_seq != tw->rcv_nxt+1) {
180 tw->rcv_nxt = TCP_SKB_CB(skb)->end_seq;
218 (TCP_SKB_CB(skb)->seq == tw->rcv_nxt &&
264 (after(TCP_SKB_CB(skb)->seq, tw->rcv_nxt) ||
280 * and new good SYN with random sequence number <rcv_nxt.
376 tw->rcv_nxt
[all...]
H A Dtcp_input.c319 unsigned int app_win = tp->rcv_nxt - tp->copied_seq;
2153 (th->ack && seq == TCP_SKB_CB(skb)->end_seq && seq == tp->rcv_nxt) &&
2188 !after(seq, tp->rcv_nxt + tcp_receive_window(tp));
2311 if (before(seq, tp->rcv_nxt))
2336 before(TCP_SKB_CB(skb)->seq, tp->rcv_nxt)) {
2343 if (after(TCP_SKB_CB(skb)->end_seq, tp->rcv_nxt))
2344 end_seq = tp->rcv_nxt;
2454 if (!before(tp->rcv_nxt, sp->start_seq)) {
2458 BUG_TRAP(!before(tp->rcv_nxt, sp->end_seq));
2481 __u32 dsack_high = tp->rcv_nxt;
[all...]
H A Dtcp.c433 if ((tp->rcv_nxt != tp->copied_seq) &&
435 tp->rcv_nxt != tp->copied_seq+1 ||
494 !before(tp->urg_seq,tp->rcv_nxt)) {
495 answ = tp->rcv_nxt - tp->copied_seq;
1295 || tp->rcv_nxt - tp->rcv_wup > tp->ack.rcv_mss
1597 BUG_TRAP(tp->copied_seq == tp->rcv_nxt || (flags&(MSG_PEEK|MSG_TRUNC)));
1650 if (tp->rcv_nxt == tp->copied_seq &&
H A Dtcp_output.c165 tp->rcv_wup = tp->rcv_nxt;
234 th->ack_seq = htonl(tp->rcv_nxt);
1200 tp->rcv_nxt = 0;
H A Dtcp_diag.c125 r->tcpdiag_rqueue = tp->rcv_nxt - tp->copied_seq;
H A Dtcp_ipv4.c1247 tcp_v4_send_ack(skb, tw->snd_nxt, tw->rcv_nxt,
2119 tp->write_seq-tp->snd_una, tp->rcv_nxt-tp->copied_seq,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dtcp.h175 __u32 rcv_nxt; member in struct:tcp_tw_bucket
956 s32 win = tp->rcv_wup + tp->rcv_wnd - tp->rcv_nxt;
H A Dsock.h262 __u32 rcv_nxt; /* What we want to receive next */ member in struct:tcp_opt
343 __u32 rcv_wup; /* rcv_nxt on last window update sent */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dtcp.h175 __u32 rcv_nxt; member in struct:tcp_tw_bucket
957 s32 win = tp->rcv_wup + tp->rcv_wnd - tp->rcv_nxt;
H A Dsock.h314 __u32 rcv_nxt; /* What we want to receive next */ member in struct:tcp_opt
395 __u32 rcv_wup; /* rcv_nxt on last window update sent */
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dtcp_ipv6.c1072 tcp_v6_send_ack(skb, tw->snd_nxt, tw->rcv_nxt,
1511 if (TCP_SKB_CB(opt_skb)->end_seq == sk->tp_pinfo.af_tcp.rcv_nxt &&
1928 tp->write_seq-tp->snd_una, tp->rcv_nxt-tp->copied_seq,

Completed in 170 milliseconds