net: sched: act_vlan: get rid of tcf_vlan_walker and tcf_vlan_search
authorZhengchao Shao <shaozhengchao@huawei.com>
Thu, 8 Sep 2022 04:14:54 +0000 (12:14 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Sep 2022 07:24:43 +0000 (08:24 +0100)
commit6d13a65d2a674c1cf4e70863394c01e4d07372e8
tree0d488fb3dfe110208028de199280cd09c9c91667
parentf6ffa368f0617368f1a47ca17a56c8842c41c0e1
net: sched: act_vlan: get rid of tcf_vlan_walker and tcf_vlan_search

tcf_vlan_walker() and tcf_vlan_search() do the same thing as generic
walk/search function, so remove them.

Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com>
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/act_vlan.c