Home
last modified time | relevance | path

Searched refs:tcp_space_from_win (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/
H A Dtcp.h1561 static inline int tcp_space_from_win(const struct sock *sk, int win) in tcp_space_from_win() function
/linux/net/ipv4/
H A Dtcp.c1754 space = tcp_space_from_win(sk, val); in tcp_set_rcvlowat()
H A Dtcp_input.c783 rcvbuf = min_t(u64, tcp_space_from_win(sk, rcvwin), in tcp_rcv_space_adjust()