net: Handle different key sizes between address families in flow cache
commit3fa57c1bf5fb311544199b7837a08b9f5bf5e6e4
authordpward <david.ward@ll.mit.edu>
Mon, 5 Sep 2011 16:47:24 +0000 (5 16:47 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Nov 2011 17:37:17 +0000 (11 09:37 -0800)
tree9285297f1b3fee391dca9773416e900d0b49b7a8
parent867ca3109d0289d0a62bb3c7fc3d365e9d478fae
net: Handle different key sizes between address families in flow cache

commit aa1c366e4febc7f5c2b84958a2dd7cd70e28f9d0 upstream.

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>
Cc: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/net/flow.h
net/core/flow.c