Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp.c329 void tcp_enter_memory_pressure(struct sock *sk) in tcp_enter_memory_pressure() function
342 EXPORT_SYMBOL_GPL(tcp_enter_memory_pressure);
H A Dtcp_ipv4.c3149 .enter_memory_pressure = tcp_enter_memory_pressure,
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c2161 .enter_memory_pressure = tcp_enter_memory_pressure,
/openbmc/linux/include/net/
H A Dtcp.h1558 void tcp_enter_memory_pressure(struct sock *sk);
/openbmc/linux/net/mptcp/
H A Dprotocol.c1091 tcp_enter_memory_pressure(ssk); in mptcp_enter_memory_pressure()