Files
linux-apfs/include/net/tcp_memcontrol.h
T

11 lines
210 B
C
Raw Normal View History

2011-12-11 21:47:04 +00:00
#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);
2011-12-11 21:47:04 +00:00
#endif /* _TCP_MEMCG_H */