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.h938 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.c4850 seq_limit = tp->rcv_nxt + tcp_max_receive_window(tp); in tcp_sequence()