Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.0-rc7 7 lines 254 B view raw
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 */