Home
last modified time | relevance | path

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

/linux-6.14.4/net/ipv4/
Dtcp.c339 void tcp_enter_memory_pressure(struct sock *sk) in tcp_enter_memory_pressure() function
352 EXPORT_SYMBOL_GPL(tcp_enter_memory_pressure);
Dtcp_ipv4.c3376 .enter_memory_pressure = tcp_enter_memory_pressure,
/linux-6.14.4/net/ipv6/
Dtcp_ipv6.c2349 .enter_memory_pressure = tcp_enter_memory_pressure,
/linux-6.14.4/include/net/
Dtcp.h1643 void tcp_enter_memory_pressure(struct sock *sk);
/linux-6.14.4/net/mptcp/
Dprotocol.c1096 tcp_enter_memory_pressure(ssk); in mptcp_enter_memory_pressure()