Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
Linux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
E-EXK4 - Operating System Group
projects
Linux
Commits
2032656e
Commit
2032656e
authored
14 years ago
by
David S. Miller
Browse files
Options
Downloads
Patches
Plain Diff
net: Add flowi6_* member helper macros.
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
a1bbb0e6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/net/flow.h
+8
-0
8 additions, 0 deletions
include/net/flow.h
with
8 additions
and
0 deletions
include/net/flow.h
+
8
−
0
View file @
2032656e
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment