M7350/kernel/include/net/tcp_memcontrol.h

8 lines
254 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
#ifndef _TCP_MEMCG_H
#define _TCP_MEMCG_H
struct cg_proto *tcp_proto_cgroup(struct mem_cgroup *memcg);
2024-09-09 08:57:42 +00:00
int tcp_init_cgroup(struct mem_cgroup *memcg, struct cgroup_subsys *ss);
void tcp_destroy_cgroup(struct mem_cgroup *memcg);
2024-09-09 08:52:07 +00:00
#endif /* _TCP_MEMCG_H */