summaryrefslogtreecommitdiff
path: root/include/net/tcp_memcontrol.h
blob: 020c2dee65e8b096a571d394e89ed41b48bd5923 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _TCP_MEMCG_H
#define _TCP_MEMCG_H

struct cgroup_subsys;
struct mem_cgroup;

int tcp_init_cgroup(struct mem_cgroup *memcg);
void tcp_destroy_cgroup(struct mem_cgroup *memcg);

#endif /* _TCP_MEMCG_H */