aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/sock.h')
-rw-r--r--include/net/sock.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/net/sock.h b/include/net/sock.h
index b9e7b3d863a0..f5ea148853e2 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -1036,18 +1036,6 @@ struct proto {
1036#ifdef SOCK_REFCNT_DEBUG 1036#ifdef SOCK_REFCNT_DEBUG
1037 atomic_t socks; 1037 atomic_t socks;
1038#endif 1038#endif
1039#ifdef CONFIG_MEMCG_KMEM
1040 /*
1041 * cgroup specific init/deinit functions. Called once for all
1042 * protocols that implement it, from cgroups populate function.
1043 * This function has to setup any files the protocol want to
1044 * appear in the kmem cgroup filesystem.
1045 */
1046 int (*init_cgroup)(struct mem_cgroup *memcg,
1047 struct cgroup_subsys *ss);
1048 void (*destroy_cgroup)(struct mem_cgroup *memcg);
1049 struct cg_proto *(*proto_cgroup)(struct mem_cgroup *memcg);
1050#endif
1051 int (*diag_destroy)(struct sock *sk, int err); 1039 int (*diag_destroy)(struct sock *sk, int err);
1052}; 1040};
1053 1041