Searched refs:tcp_full_space (Results 1 – 8 of 8) sorted by relevance
257 full_space = tcp_full_space(sk); in cookie_v6_check()
474 full_space = tcp_full_space(sk); in cookie_v4_check()
438 int full_space = tcp_full_space(sk_listener); in tcp_openreq_init_rwin() 460 /* tcp_full_space because it is guaranteed to be the first packet */ in tcp_openreq_init_rwin()
3323 int allowed_space = tcp_full_space(sk); in __tcp_select_window() 4132 (tp->window_clamp > tcp_full_space(sk) || tp->window_clamp == 0)) in tcp_connect_init() 4133 WRITE_ONCE(tp->window_clamp, tcp_full_space(sk)); in tcp_connect_init() 4139 tcp_select_initial_window(sk, tcp_full_space(sk), in tcp_connect_init()
639 * All tcp_full_space() is split to two parts: "network" buffer, allocated644 * tcp_full_space(), in this case tcp_full_space() - window_clamp753 maxwin = tcp_full_space(sk); in tcp_init_buffer_space()
1251 wnd = max_t(unsigned int, wnd, tcp_full_space(sk)); in chtls_select_window()
1239 RCV_WSCALE(tp) = select_rcv_wscale(tcp_full_space(newsk), in chtls_recv_sock()
1770 static inline int tcp_full_space(const struct sock *sk) in tcp_epollin_ready() 1723 static inline int tcp_full_space(const struct sock *sk) tcp_full_space() function