Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dtcp.h1475 static inline int tcp_space(const struct sock *sk) in tcp_space() function
/openbmc/linux/net/ipv4/
H A Dtcp_output.c3028 int free_space = tcp_space(sk); in __tcp_select_window()
H A Dtcp_input.c528 room = min_t(int, tp->window_clamp, tcp_space(sk)) - tp->rcv_ssthresh; in tcp_grow_window()