commit | 18512f5c255fcdf5589b8f59a97aa0f3fc19aaa5 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Oct 08 06:22:40 2018 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 08 10:33:35 2018 -0700 |
tree | 45bfee4253bc561786e4ee412ae3421d181d9cbc | |
parent | 4895c42f62f20d4eb7c4c8bd40a7b294506154ec [diff] |
net: sched: cls_u32: pass tc_u_common to u32_set_parms() instead of tc_u_hnode the only thing we used ht for was ht->tp_c and callers can get that without going through ->tp_c at all; start with lifting that into the callers, next commits will massage those, eventually removing ->tp_c altogether. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>