Home
last modified time | relevance | path

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

/linux-3.3/include/net/
Dtcp.h1040 extern void tcp_enter_memory_pressure(struct sock *sk);
/linux-3.3/net/ipv4/
Dtcp.c318 void tcp_enter_memory_pressure(struct sock *sk) in tcp_enter_memory_pressure() function
325 EXPORT_SYMBOL(tcp_enter_memory_pressure);
Dtcp_ipv4.c2630 .enter_memory_pressure = tcp_enter_memory_pressure,
/linux-3.3/net/ipv6/
Dtcp_ipv6.c2213 .enter_memory_pressure = tcp_enter_memory_pressure,