Home
last modified time | relevance | path

Searched refs:tcp_memory_pressure (Results 1 – 6 of 6) sorted by relevance

/linux-3.3/include/net/
Dtcp_memcontrol.h11 int tcp_memory_pressure; member
Dtcp.h257 extern int tcp_memory_pressure;
/linux-3.3/net/ipv4/
Dtcp_memcontrol.c75 tcp->tcp_memory_pressure = 0; in tcp_init_cgroup()
85 cg_proto->memory_pressure = &tcp->tcp_memory_pressure; in tcp_init_cgroup()
Dtcp.c315 int tcp_memory_pressure __read_mostly;
316 EXPORT_SYMBOL(tcp_memory_pressure);
320 if (!tcp_memory_pressure) { in tcp_enter_memory_pressure()
322 tcp_memory_pressure = 1; in tcp_enter_memory_pressure()
Dtcp_ipv4.c2634 .memory_pressure = &tcp_memory_pressure,
/linux-3.3/net/ipv6/
Dtcp_ipv6.c2216 .memory_pressure = &tcp_memory_pressure,