Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / include / net / tcp_memcontrol.h
1 #ifndef _TCP_MEMCG_H
2 #define _TCP_MEMCG_H
3
4 struct cg_proto *tcp_proto_cgroup(struct mem_cgroup *memcg);
5 int tcp_init_cgroup(struct mem_cgroup *memcg, struct cgroup_subsys *ss);
6 void tcp_destroy_cgroup(struct mem_cgroup *memcg);
7 #endif /* _TCP_MEMCG_H */