commit | aa1c366e4febc7f5c2b84958a2dd7cd70e28f9d0 | [log] [tgz] |
---|---|---|
author | dpward <david.ward@ll.mit.edu> | Mon Sep 05 16:47:24 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 16 17:47:28 2011 -0400 |
tree | 336ecab3185913c78fb3ac81779a373e4d4ae5af | |
parent | 728871bc05afc8ff310b17dba3e57a2472792b13 [diff] |
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>