Home
last modified time | relevance | path

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

/include/net/
Dtcp.h1341 static inline int tcp_win_from_space(int space) in tcp_win_from_space() function
1353 return tcp_win_from_space(sk->sk_rcvbuf - in tcp_space()
1359 return tcp_win_from_space(sk->sk_rcvbuf); in tcp_full_space()