Commit 651a6493ae5c055c78777bb7178c23b5565631da
Committed by
David S. Miller
1 parent
382ca8a1ad
Exists in
smarc-imx_3.14.28_1.0.0_ga
and in
1 other branch
net_sched: Use default action walker methods
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Showing 8 changed files with 0 additions and 9 deletions Side-by-side Diff
net/sched/act_csum.c
net/sched/act_gact.c
net/sched/act_ipt.c
... | ... | @@ -299,7 +299,6 @@ |
299 | 299 | .dump = tcf_ipt_dump, |
300 | 300 | .cleanup = tcf_ipt_cleanup, |
301 | 301 | .init = tcf_ipt_init, |
302 | - .walk = tcf_generic_walker | |
303 | 302 | }; |
304 | 303 | |
305 | 304 | static struct tc_action_ops act_xt_ops = { |
... | ... | @@ -312,7 +311,6 @@ |
312 | 311 | .dump = tcf_ipt_dump, |
313 | 312 | .cleanup = tcf_ipt_cleanup, |
314 | 313 | .init = tcf_ipt_init, |
315 | - .walk = tcf_generic_walker | |
316 | 314 | }; |
317 | 315 | |
318 | 316 | MODULE_AUTHOR("Jamal Hadi Salim(2002-13)"); |
net/sched/act_mirred.c
net/sched/act_nat.c
net/sched/act_pedit.c
net/sched/act_simple.c
net/sched/act_skbedit.c