OSDN Git Service

net: sched: act_pedit: get rid of tcf_pedit_walker and tcf_pedit_search
authorZhengchao Shao <shaozhengchao@huawei.com>
Thu, 8 Sep 2022 04:14:47 +0000 (12:14 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Sep 2022 07:24:42 +0000 (08:24 +0100)
commitb915d86981fe1fd7501fe44459ed70d2b9c3ca59
treea4c7ae74f76ba2f08b988d4297ea11af6ffc6b02
parent586fab138659408aa6c95d491775cb64570c7598
net: sched: act_pedit: get rid of tcf_pedit_walker and tcf_pedit_search

tcf_pedit_walker() and tcf_pedit_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_pedit.c