aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mroute6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mroute6.h b/include/linux/mroute6.h
index 04e2e54d0404..94a0cb521ca9 100644
--- a/include/linux/mroute6.h
+++ b/include/linux/mroute6.h
@@ -182,7 +182,7 @@ struct mif_device {
182#define VIFF_STATIC 0x8000 182#define VIFF_STATIC 0x8000
183 183
184struct mfc6_cache { 184struct mfc6_cache {
185 struct mfc6_cache *next; /* Next entry on cache line */ 185 struct list_head list;
186 struct in6_addr mf6c_mcastgrp; /* Group the entry belongs to */ 186 struct in6_addr mf6c_mcastgrp; /* Group the entry belongs to */
187 struct in6_addr mf6c_origin; /* Source of packet */ 187 struct in6_addr mf6c_origin; /* Source of packet */
188 mifi_t mf6c_parent; /* Source interface */ 188 mifi_t mf6c_parent; /* Source interface */