linux_old1/include/net/tcp_memcontrol.h

7 lines
193 B
C

#ifndef _TCP_MEMCG_H
#define _TCP_MEMCG_H
int tcp_init_cgroup(struct mem_cgroup *memcg, struct cgroup_subsys *ss);
void tcp_destroy_cgroup(struct mem_cgroup *memcg);
#endif /* _TCP_MEMCG_H */