Home
last modified time | relevance | path

Searched refs:tcp_max_receive_window (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dtcp.h942 static inline u32 tcp_max_receive_window(const struct tcp_sock *tp) in tcp_max_receive_window() function
/linux/net/ipv4/
H A Dtcp_input.c4819 if (unlikely(after(end_seq, tp->rcv_nxt + tcp_max_receive_window(tp)))) { in tcp_sequence()
4826 if (after(seq, tp->rcv_nxt + tcp_max_receive_window(tp))) in tcp_sequence()