net: sched: act_ctinfo: get rid of tcf_ctinfo_walker and tcf_ctinfo_search
authorZhengchao Shao <shaozhengchao@huawei.com>
Thu, 8 Sep 2022 04:14:39 +0000 (12:14 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Sep 2022 07:24:41 +0000 (08:24 +0100)
commitd51145dafd5047f36b90bfd040f537fa09b9e534
tree0524450cff27646d4b1c0ab1ea77b585964f0753
parentcb967ace0accfcccb9ae343296649e759b3cff27
net: sched: act_ctinfo: get rid of tcf_ctinfo_walker and tcf_ctinfo_search

tcf_ctinfo_walker() and tcf_ctinfo_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_ctinfo.c