tcp_wnd_end 3020 net/ipv4/tcp_input.c if (!after(TCP_SKB_CB(tcp_send_head(sk))->end_seq, tcp_wnd_end(tp))) { tcp_wnd_end 90 net/ipv4/tcp_output.c if (!before(tcp_wnd_end(tp), tp->snd_nxt)) tcp_wnd_end 93 net/ipv4/tcp_output.c return tcp_wnd_end(tp); tcp_wnd_end 1112 net/ipv4/tcp_output.c window = tcp_wnd_end(tp) - TCP_SKB_CB(skb)->seq; tcp_wnd_end 1221 net/ipv4/tcp_output.c return !after(end_seq, tcp_wnd_end(tp)); tcp_wnd_end 1337 net/ipv4/tcp_output.c send_win = tcp_wnd_end(tp) - TCP_SKB_CB(skb)->seq; tcp_wnd_end 1419 net/ipv4/tcp_output.c if (after(tp->snd_nxt + size_needed, tcp_wnd_end(tp))) tcp_wnd_end 1782 net/ipv4/tcp_output.c if (after(TCP_SKB_CB(next_skb)->end_seq, tcp_wnd_end(tp))) tcp_wnd_end 1929 net/ipv4/tcp_output.c if (!before(TCP_SKB_CB(skb)->seq, tcp_wnd_end(tp)) tcp_wnd_end 2549 net/ipv4/tcp_output.c before(TCP_SKB_CB(skb)->seq, tcp_wnd_end(tp))) { tcp_wnd_end 2552 net/ipv4/tcp_output.c unsigned int seg_size = tcp_wnd_end(tp) - TCP_SKB_CB(skb)->seq;