Searched refs:tcp_wnd_end (Results 1 – 3 of 3) sorted by relevance
96 if (!before(tcp_wnd_end(tp), tp->snd_nxt)) in tcp_acceptable_seq()99 return tcp_wnd_end(tp); in tcp_acceptable_seq()1325 window = tcp_wnd_end(tp) - TCP_SKB_CB(skb)->seq; in tcp_mss_split_point()1436 return !after(end_seq, tcp_wnd_end(tp)); in tcp_snd_wnd_test()1554 send_win = tcp_wnd_end(tp) - TCP_SKB_CB(skb)->seq; in tcp_tso_should_defer()1645 if (after(tp->snd_nxt + size_needed, tcp_wnd_end(tp))) in tcp_mtu_probe()2066 if (after(TCP_SKB_CB(skb)->end_seq, tcp_wnd_end(tp))) in tcp_retrans_try_collapse()2113 if (!before(TCP_SKB_CB(skb)->seq, tcp_wnd_end(tp)) && in tcp_retransmit_skb()2801 before(TCP_SKB_CB(skb)->seq, tcp_wnd_end(tp))) { in tcp_write_wakeup()2804 unsigned int seg_size = tcp_wnd_end(tp) - TCP_SKB_CB(skb)->seq; in tcp_write_wakeup()
3457 if (!after(TCP_SKB_CB(tcp_send_head(sk))->end_seq, tcp_wnd_end(tp))) { in tcp_ack_probe()
865 static inline u32 tcp_wnd_end(const struct tcp_sock *tp) in tcp_wnd_end() function