Linux Audio

Check our new training course

Loading...
Note: File does not exist in v6.2.
1#ifndef _TCP_MEMCG_H
2#define _TCP_MEMCG_H
3
4struct cg_proto *tcp_proto_cgroup(struct mem_cgroup *memcg);
5int tcp_init_cgroup(struct mem_cgroup *memcg, struct cgroup_subsys *ss);
6void tcp_destroy_cgroup(struct mem_cgroup *memcg);
7#endif /* _TCP_MEMCG_H */