2011-12-11 21:47:04 +00:00
|
|
|
#ifndef _TCP_MEMCG_H
|
|
|
|
#define _TCP_MEMCG_H
|
|
|
|
|
2016-01-17 10:30:37 +00:00
|
|
|
struct cgroup_subsys;
|
|
|
|
struct mem_cgroup;
|
|
|
|
|
2012-04-09 22:36:33 +00:00
|
|
|
int tcp_init_cgroup(struct mem_cgroup *memcg, struct cgroup_subsys *ss);
|
|
|
|
void tcp_destroy_cgroup(struct mem_cgroup *memcg);
|
2011-12-11 21:47:04 +00:00
|
|
|
#endif /* _TCP_MEMCG_H */
|