]> git.karo-electronics.de Git - linux-beck.git/blob - include/net/tcp_memcontrol.h
net: tcp_memcontrol: simplify linkage between socket and page counter
[linux-beck.git] / include / net / tcp_memcontrol.h
1 #ifndef _TCP_MEMCG_H
2 #define _TCP_MEMCG_H
3
4 int tcp_init_cgroup(struct mem_cgroup *memcg, struct cgroup_subsys *ss);
5 void tcp_destroy_cgroup(struct mem_cgroup *memcg);
6 #endif /* _TCP_MEMCG_H */