Searched hist:"49 f7b33e63fec9d16e7ee62ba8f8ab4159cbdc26" (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | rhashtable.h | diff 49f7b33e63fec9d16e7ee62ba8f8ab4159cbdc26 Wed Mar 25 14:07:45 CET 2015 Patrick McHardy <kaber@trash.net> rhashtable: provide len to obj_hashfn
nftables sets will be converted to use so called setextensions, moving the key to a non-fixed position. To hash it, the obj_hashfn must be used, however it so far doesn't receive the length parameter.
Pass the key length to obj_hashfn() and convert existing users.
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
|
/linux/lib/ |
H A D | rhashtable.c | diff 49f7b33e63fec9d16e7ee62ba8f8ab4159cbdc26 Wed Mar 25 14:07:45 CET 2015 Patrick McHardy <kaber@trash.net> rhashtable: provide len to obj_hashfn
nftables sets will be converted to use so called setextensions, moving the key to a non-fixed position. To hash it, the obj_hashfn must be used, however it so far doesn't receive the length parameter.
Pass the key length to obj_hashfn() and convert existing users.
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
|
/linux/net/netlink/ |
H A D | af_netlink.c | diff 49f7b33e63fec9d16e7ee62ba8f8ab4159cbdc26 Wed Mar 25 14:07:45 CET 2015 Patrick McHardy <kaber@trash.net> rhashtable: provide len to obj_hashfn
nftables sets will be converted to use so called setextensions, moving the key to a non-fixed position. To hash it, the obj_hashfn must be used, however it so far doesn't receive the length parameter.
Pass the key length to obj_hashfn() and convert existing users.
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
|