Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
[deliverable/linux.git] / include / net / tcp_memcontrol.h
1 #ifndef _TCP_MEMCG_H
2 #define _TCP_MEMCG_H
3
4 struct cgroup_subsys;
5 struct mem_cgroup;
6
7 int tcp_init_cgroup(struct mem_cgroup *memcg, struct cgroup_subsys *ss);
8 void tcp_destroy_cgroup(struct mem_cgroup *memcg);
9 #endif /* _TCP_MEMCG_H */
This page took 0.029701 seconds and 5 git commands to generate.