Glauber Costa | d1a4c0b | 2011-12-11 21:47:04 +0000 | [diff] [blame] | 1 | #ifndef _TCP_MEMCG_H |
2 | #define _TCP_MEMCG_H | ||||
3 | |||||
Glauber Costa | d1a4c0b | 2011-12-11 21:47:04 +0000 | [diff] [blame] | 4 | struct cg_proto *tcp_proto_cgroup(struct mem_cgroup *memcg); |
Glauber Costa | 1d62e43 | 2012-04-09 19:36:33 -0300 | [diff] [blame] | 5 | int tcp_init_cgroup(struct mem_cgroup *memcg, struct cgroup_subsys *ss); |
6 | void tcp_destroy_cgroup(struct mem_cgroup *memcg); | ||||
Glauber Costa | d1a4c0b | 2011-12-11 21:47:04 +0000 | [diff] [blame] | 7 | #endif /* _TCP_MEMCG_H */ |