Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp.c333 void tcp_enter_memory_pressure(struct sock *sk) in tcp_enter_memory_pressure() function
346 EXPORT_SYMBOL_GPL(tcp_enter_memory_pressure);
Dtcp_ipv4.c3099 .enter_memory_pressure = tcp_enter_memory_pressure,
/net/ipv6/
Dtcp_ipv6.c2184 .enter_memory_pressure = tcp_enter_memory_pressure,
/net/mptcp/
Dprotocol.c1142 tcp_enter_memory_pressure(ssk); in mptcp_enter_memory_pressure()