Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tcp_memcontrol.h « net « include - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 05b94d9453de8b036f1c275caa268b6f8113eac7 (plain)
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 */