Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp.c329 void tcp_enter_memory_pressure(struct sock *sk) in tcp_enter_memory_pressure() function
336 EXPORT_SYMBOL(tcp_enter_memory_pressure);
Dtcp_ipv4.c2362 .enter_memory_pressure = tcp_enter_memory_pressure,
/linux-4.1.27/include/net/
Dtcp.h1146 void tcp_enter_memory_pressure(struct sock *sk);
/linux-4.1.27/net/ipv6/
Dtcp_ipv6.c1853 .enter_memory_pressure = tcp_enter_memory_pressure,