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)
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>

No differences found