]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: Pass ipv4 flow objects into fib_lookup() paths.
authorDavid S. Miller <davem@davemloft.net>
Sat, 12 Mar 2011 00:54:08 +0000 (19:54 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 12 Mar 2011 23:08:47 +0000 (15:08 -0800)
commitdde4298d17ee7accd48f49889b75195eed12bb3a
treed30639ce43efe3186461b0fff962f80eb2417c61
parent51ab5c9f61caac070b228fe6a3bac7c34916781a
ipv4: Pass ipv4 flow objects into fib_lookup() paths.

To start doing these conversions, we need to add some temporary
flow4_* macros which will eventually go away when all the protocol
code paths are changed to work on AF specific flowi objects.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/flow.h
include/net/ip_fib.h
net/ipv4/fib_frontend.c
net/ipv4/fib_rules.c
net/ipv4/fib_semantics.c
net/ipv4/fib_trie.c
net/ipv4/route.c