Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmemcontrol.h250 struct cg_proto tcp_mem; member
/linux-4.4.14/Documentation/networking/
Dcxgb.txt154 sysctl -w net.ipv4.tcp_mem="10000000 10000000 10000000"
Dixgb.txt227 net.ipv4.tcp_mem = 10000000 10000000 10000000
Dip-sysctl.txt373 tcp_mem - vector of 3 INTEGERs: min, pressure, max
728 pressure: This value was introduced to follow format of tcp_mem.
1898 pressure: This value was introduced to follow format of tcp_mem.
/linux-4.4.14/mm/
Dmemcontrol.c344 return &memcg->tcp_mem; in tcp_proto_cgroup()