Commit 43c00dcf8888daea234226e8adf09c37b00d2245
Committed by
David S. Miller
1 parent
63ef617465
Exists in
smarc-imx_3.14.28_1.0.0_ga
and in
1 other branch
net_sched: Use default action lookup functions
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Showing 7 changed files with 0 additions and 8 deletions Side-by-side Diff
net/sched/act_csum.c
net/sched/act_gact.c
net/sched/act_ipt.c
... | ... | @@ -298,7 +298,6 @@ |
298 | 298 | .act = tcf_ipt, |
299 | 299 | .dump = tcf_ipt_dump, |
300 | 300 | .cleanup = tcf_ipt_cleanup, |
301 | - .lookup = tcf_hash_search, | |
302 | 301 | .init = tcf_ipt_init, |
303 | 302 | .walk = tcf_generic_walker |
304 | 303 | }; |
... | ... | @@ -312,7 +311,6 @@ |
312 | 311 | .act = tcf_ipt, |
313 | 312 | .dump = tcf_ipt_dump, |
314 | 313 | .cleanup = tcf_ipt_cleanup, |
315 | - .lookup = tcf_hash_search, | |
316 | 314 | .init = tcf_ipt_init, |
317 | 315 | .walk = tcf_generic_walker |
318 | 316 | }; |
net/sched/act_mirred.c
net/sched/act_nat.c
net/sched/act_pedit.c
net/sched/act_police.c