Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dtcp.c339 void tcp_enter_memory_pressure(struct sock *sk) in tcp_enter_memory_pressure() function
352 EXPORT_IPV6_MOD_GPL(tcp_enter_memory_pressure);
H A Dtcp_ipv4.c3387 .enter_memory_pressure = tcp_enter_memory_pressure,
/linux-6.15/net/ipv6/
H A Dtcp_ipv6.c2352 .enter_memory_pressure = tcp_enter_memory_pressure,
/linux-6.15/include/net/
H A Dtcp.h1698 void tcp_enter_memory_pressure(struct sock *sk);
/linux-6.15/net/mptcp/
H A Dprotocol.c994 tcp_enter_memory_pressure(ssk); in mptcp_enter_memory_pressure()