net: sched: act_bpf: get rid of tcf_bpf_walker and tcf_bpf_search
authorZhengchao Shao <shaozhengchao@huawei.com>
Thu, 8 Sep 2022 04:14:35 +0000 (12:14 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Sep 2022 07:24:41 +0000 (08:24 +0100)
commitaa0a92f7458c594dd5964f42c18be97644fa9b4c
tree3ed767b3af97b01b0b4ac721bfb098b92e6b32af
parentfae52d9323384c32283777e893bf85293588ce62
net: sched: act_bpf: get rid of tcf_bpf_walker and tcf_bpf_search

tcf_bpf_walker() and tcf_bpf_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_bpf.c