net: sched: act_ct: get rid of tcf_ct_walker and tcf_ct_search
authorZhengchao Shao <shaozhengchao@huawei.com>
Thu, 8 Sep 2022 04:14:38 +0000 (12:14 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Sep 2022 07:24:41 +0000 (08:24 +0100)
commitcb967ace0accfcccb9ae343296649e759b3cff27
treef7660d38785a57d5d8e86a18f54acd0b293dd4bb
parentd2388df33b369146c6fdf7cc7077ae52d87ca679
net: sched: act_ct: get rid of tcf_ct_walker and tcf_ct_search

tcf_ct_walker() and tcf_ct_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_ct.c