Blame view

kernel/linux-rt-4.4.41/include/net/tcp_memcontrol.h 254 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
  #ifndef _TCP_MEMCG_H
  #define _TCP_MEMCG_H
  
  struct cg_proto *tcp_proto_cgroup(struct mem_cgroup *memcg);
  int tcp_init_cgroup(struct mem_cgroup *memcg, struct cgroup_subsys *ss);
  void tcp_destroy_cgroup(struct mem_cgroup *memcg);
  #endif /* _TCP_MEMCG_H */