Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv4/
Dtcp.c329 void tcp_enter_memory_pressure(struct sock *sk) in tcp_enter_memory_pressure() function
342 EXPORT_SYMBOL_GPL(tcp_enter_memory_pressure);
Dtcp_ipv4.c3134 .enter_memory_pressure = tcp_enter_memory_pressure,
/Linux-v6.6/net/ipv6/
Dtcp_ipv6.c2168 .enter_memory_pressure = tcp_enter_memory_pressure,
/Linux-v6.6/include/net/
Dtcp.h1532 void tcp_enter_memory_pressure(struct sock *sk);
/Linux-v6.6/net/mptcp/
Dprotocol.c1087 tcp_enter_memory_pressure(ssk); in mptcp_enter_memory_pressure()