]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: Handle different key sizes between address families in flow cache
authordpward <david.ward@ll.mit.edu>
Mon, 5 Sep 2011 16:47:24 +0000 (16:47 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Sep 2011 21:47:28 +0000 (17:47 -0400)
commitaa1c366e4febc7f5c2b84958a2dd7cd70e28f9d0
tree336ecab3185913c78fb3ac81779a373e4d4ae5af
parent728871bc05afc8ff310b17dba3e57a2472792b13
net: Handle different key sizes between address families in flow cache

With the conversion of struct flowi to a union of AF-specific structs, some
operations on the flow cache need to account for the exact size of the key.

Signed-off-by: David Ward <david.ward@ll.mit.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/flow.h
net/core/flow.c