]> git.baikalelectronics.ru Git - kernel.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)
commit7630b2a67f317309b194b789cebf6ec973e4d6ee
tree336ecab3185913c78fb3ac81779a373e4d4ae5af
parentdcebf619687cbac0d3b56b0376b36971a6fb9810
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