aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlink
diff options
context:
space:
mode:
authorFabien Siron <fabien.siron@epita.fr>2016-06-07 09:02:04 -0400
committerDavid S. Miller <davem@davemloft.net>2016-06-10 01:26:24 -0400
commit21aff3b905ad9e5e52b18a755c13fe755bd6ab3d (patch)
tree42da00e6e0570ef4d45533442a26ff86f67b656b /net/netlink
parent7d71e994cdef8055edf2d4dc1b7490e439602859 (diff)
net/netlink/af_netlink.h: Remove unused structure.
Signed-off-by: Fabien Siron <fabien.siron@epita.fr> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netlink')
-rw-r--r--net/netlink/af_netlink.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/netlink/af_netlink.h b/net/netlink/af_netlink.h
index e68ef9ccd703..3cfd6cc60504 100644
--- a/net/netlink/af_netlink.h
+++ b/net/netlink/af_netlink.h
@@ -8,20 +8,6 @@
8#define NLGRPSZ(x) (ALIGN(x, sizeof(unsigned long) * 8) / 8) 8#define NLGRPSZ(x) (ALIGN(x, sizeof(unsigned long) * 8) / 8)
9#define NLGRPLONGS(x) (NLGRPSZ(x)/sizeof(unsigned long)) 9#define NLGRPLONGS(x) (NLGRPSZ(x)/sizeof(unsigned long))
10 10
11struct netlink_ring {
12 void **pg_vec;
13 unsigned int head;
14 unsigned int frames_per_block;
15 unsigned int frame_size;
16 unsigned int frame_max;
17
18 unsigned int pg_vec_order;
19 unsigned int pg_vec_pages;
20 unsigned int pg_vec_len;
21
22 atomic_t pending;
23};
24
25struct netlink_sock { 11struct netlink_sock {
26 /* struct sock has to be the first member of netlink_sock */ 12 /* struct sock has to be the first member of netlink_sock */
27 struct sock sk; 13 struct sock sk;