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.h1700 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.c1864 space = tcp_space_from_win(sk, val); in tcp_set_rcvlowat()
H A Dtcp_input.c949 rcvbuf = min_t(u32, tcp_space_from_win(sk, rcvwin), cap); in tcp_rcvbuf_grow()