Home
last modified time | relevance | path

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

/Linux-v5.15/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.c3078 .enter_memory_pressure = tcp_enter_memory_pressure,
/Linux-v5.15/include/net/
Dtcp.h1457 void tcp_enter_memory_pressure(struct sock *sk);
/Linux-v5.15/net/ipv6/
Dtcp_ipv6.c2185 .enter_memory_pressure = tcp_enter_memory_pressure,
/Linux-v5.15/net/mptcp/
Dprotocol.c1142 tcp_enter_memory_pressure(ssk); in mptcp_enter_memory_pressure()