aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/net/flow.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/net/flow.h b/include/net/flow.h
index 3e4630ebde32..8d5b402d600a 100644
--- a/include/net/flow.h
+++ b/include/net/flow.h
@@ -65,6 +65,14 @@ struct flowi4 {
65 65
66struct flowi6 { 66struct flowi6 {
67 struct flowi_common __fl_common; 67 struct flowi_common __fl_common;
68#define flowi6_oif __fl_common.flowic_oif
69#define flowi6_iif __fl_common.flowic_iif
70#define flowi6_mark __fl_common.flowic_mark
71#define flowi6_tos __fl_common.flowic_tos
72#define flowi6_scope __fl_common.flowic_scope
73#define flowi6_proto __fl_common.flowic_proto
74#define flowi6_flags __fl_common.flowic_flags
75#define flowi6_secid __fl_common.flowic_secid
68 struct in6_addr daddr; 76 struct in6_addr daddr;
69 struct in6_addr saddr; 77 struct in6_addr saddr;
70 __be32 flowlabel; 78 __be32 flowlabel;