blob: 05b94d9453de8b036f1c275caa268b6f8113eac7 [file] [log] [blame]
Glauber Costad1a4c0b2011-12-11 21:47:04 +00001#ifndef _TCP_MEMCG_H
2#define _TCP_MEMCG_H
3
Glauber Costad1a4c0b2011-12-11 21:47:04 +00004struct cg_proto *tcp_proto_cgroup(struct mem_cgroup *memcg);
Glauber Costa1d62e432012-04-09 19:36:33 -03005int tcp_init_cgroup(struct mem_cgroup *memcg, struct cgroup_subsys *ss);
6void tcp_destroy_cgroup(struct mem_cgroup *memcg);
Glauber Costad1a4c0b2011-12-11 21:47:04 +00007#endif /* _TCP_MEMCG_H */