android_kernel_samsung_a7y1.../include/net/tcp_memcontrol.h

8 lines
254 B
C
Raw Permalink Normal View History

2023-04-07 19:05:06 +00:00
#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 */