net: sched: cls_u32: pass tc_u_common to u32_set_parms() instead of tc_u_hnode
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 8 Oct 2018 10:22:40 +0000 (06:22 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Oct 2018 17:33:35 +0000 (10:33 -0700)
commit18512f5c255fcdf5589b8f59a97aa0f3fc19aaa5
tree45bfee4253bc561786e4ee412ae3421d181d9cbc
parent4895c42f62f20d4eb7c4c8bd40a7b294506154ec
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>
net/sched/cls_u32.c