Skip to content
Snippets Groups Projects
Commit 2032656e authored by David S. Miller's avatar David S. Miller
Browse files

net: Add flowi6_* member helper macros.

parent a1bbb0e6
No related branches found
No related tags found
No related merge requests found
...@@ -65,6 +65,14 @@ struct flowi4 { ...@@ -65,6 +65,14 @@ struct flowi4 {
struct flowi6 { struct flowi6 {
struct flowi_common __fl_common; struct flowi_common __fl_common;
#define flowi6_oif __fl_common.flowic_oif
#define flowi6_iif __fl_common.flowic_iif
#define flowi6_mark __fl_common.flowic_mark
#define flowi6_tos __fl_common.flowic_tos
#define flowi6_scope __fl_common.flowic_scope
#define flowi6_proto __fl_common.flowic_proto
#define flowi6_flags __fl_common.flowic_flags
#define flowi6_secid __fl_common.flowic_secid
struct in6_addr daddr; struct in6_addr daddr;
struct in6_addr saddr; struct in6_addr saddr;
__be32 flowlabel; __be32 flowlabel;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment