tcp_memcontrol.h 254 B

1234567
  1. #ifndef _TCP_MEMCG_H
  2. #define _TCP_MEMCG_H
  3. struct cg_proto *tcp_proto_cgroup(struct mem_cgroup *memcg);
  4. int tcp_init_cgroup(struct mem_cgroup *memcg, struct cgroup_subsys *ss);
  5. void tcp_destroy_cgroup(struct mem_cgroup *memcg);
  6. #endif /* _TCP_MEMCG_H */