git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08704bc
)
net: Make flowi ports AF dependent.
author
David S. Miller
<davem@davemloft.net>
Sat, 12 Mar 2011 05:43:55 +0000
(
00:43
-0500)
committer
David S. Miller
<davem@davemloft.net>
Sat, 12 Mar 2011 23:08:46 +0000
(15:08 -0800)
Create two sets of port member accessors, one set prefixed by fl4_*
and the other prefixed by fl6_*
This will let us to create AF optimal flow instances.
It will work because every context in which we access the ports,
we have to be fully aware of which AF the flowi is anyways.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found