Searched refs:tcp_wnd_end (Results 1 – 4 of 4) sorted by relevance
| /linux/Documentation/networking/net_cachelines/ |
| H A D | tcp_sock.rst | 27 … snd_una read_mostly read_write tcp_wnd_end,tcp_urg_mode,tc… 38 … snd_wnd read_mostly read_mostly tcp_wnd_end,tcp_tso_should_…
|
| /linux/net/ipv4/ |
| H A D | tcp_output.c | 123 if (!before(tcp_wnd_end(tp), tp->snd_nxt) || in tcp_acceptable_seq() 125 ((tp->snd_nxt - tcp_wnd_end(tp)) < (1 << tp->rx_opt.rcv_wscale)))) in tcp_acceptable_seq() 128 return tcp_wnd_end(tp); in tcp_acceptable_seq() 2278 window = tcp_wnd_end(tp) - TCP_SKB_CB(skb)->seq; in tcp_mss_split_point() 2369 return !after(end_seq, tcp_wnd_end(tp)); in tcp_snd_wnd_test() 2461 send_win = tcp_wnd_end(tp) - TCP_SKB_CB(skb)->seq; in tcp_tso_should_defer() 2714 if (after(tp->snd_nxt + size_needed, tcp_wnd_end(tp))) in tcp_mtu_probe() 3540 if (after(TCP_SKB_CB(skb)->end_seq, tcp_wnd_end(tp))) in tcp_retrans_try_collapse() 3593 avail_wnd = tcp_wnd_end(tp) - TCP_SKB_CB(skb)->seq; in __tcp_retransmit_skb() 4565 if (skb && before(TCP_SKB_CB(skb)->seq, tcp_wnd_end(tp))) { in tcp_write_wakeup() [all …]
|
| H A D | tcp_input.c | 3242 after(tcp_wnd_end(tp), tp->snd_nxt)) { in tcp_process_loss() 3816 if (!after(TCP_SKB_CB(head)->end_seq, tcp_wnd_end(tp))) { in tcp_ack_probe()
|
| /linux/include/net/ |
| H A D | tcp.h | 1518 static inline u32 tcp_wnd_end(const struct tcp_sock *tp) in tcp_wnd_end() function
|