Home
last modified time | relevance | path

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

/linux-6.14.4/Documentation/networking/net_cachelines/
Dnetns_ipv4_sysctl.rst100 …tl_tcp_app_win tcp_win_from_space
Dtcp_sock.rst42 … scaling_ratio read_mostly read_mostly tcp_win_from_space
/linux-6.14.4/include/net/
Dtcp.h1547 static inline int tcp_win_from_space(const struct sock *sk, int space) in tcp_win_from_space() function
1579 return tcp_win_from_space(sk, READ_ONCE(sk->sk_rcvbuf) - in tcp_space()
1586 return tcp_win_from_space(sk, READ_ONCE(sk->sk_rcvbuf)); in tcp_full_space()
1597 tcp_win_from_space(sk, unused_mem)); in __tcp_adjust_rcv_ssthresh()
/linux-6.14.4/net/ipv4/
Dtcp_input.c249 val = tcp_win_from_space(sk, sk->sk_rcvbuf); in tcp_measure_rcv_mss()
490 int truesize = tcp_win_from_space(sk, skbtruesize) >> 1; in __tcp_grow_window()
491 int window = tcp_win_from_space(sk, READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_rmem[2])) >> 1; in __tcp_grow_window()
541 if (tcp_win_from_space(sk, truesize) <= skb->len) in tcp_grow_window()
790 tcp_win_from_space(sk, rcvbuf)); in tcp_rcv_space_adjust()
5450 (tcp_win_from_space(sk, skb->truesize) > skb->len || in tcp_collapse()