Blame view

kernel/linux-imx6_3.14.28/include/net/tcp_memcontrol.h 254 Bytes
6b13f685e   김민수   BSP 최초 추가
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 */