Commit 43c00dcf8888daea234226e8adf09c37b00d2245

Authored by Jamal Hadi Salim
Committed by David S. Miller
1 parent 63ef617465

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
... ... @@ -585,7 +585,6 @@
585 585 .act = tcf_csum,
586 586 .dump = tcf_csum_dump,
587 587 .cleanup = tcf_csum_cleanup,
588   - .lookup = tcf_hash_search,
589 588 .init = tcf_csum_init,
590 589 .walk = tcf_generic_walker
591 590 };
net/sched/act_gact.c
... ... @@ -206,7 +206,6 @@
206 206 .act = tcf_gact,
207 207 .dump = tcf_gact_dump,
208 208 .cleanup = tcf_gact_cleanup,
209   - .lookup = tcf_hash_search,
210 209 .init = tcf_gact_init,
211 210 .walk = tcf_generic_walker
212 211 };
... ... @@ -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
... ... @@ -271,7 +271,6 @@
271 271 .act = tcf_mirred,
272 272 .dump = tcf_mirred_dump,
273 273 .cleanup = tcf_mirred_cleanup,
274   - .lookup = tcf_hash_search,
275 274 .init = tcf_mirred_init,
276 275 .walk = tcf_generic_walker
277 276 };
... ... @@ -308,7 +308,6 @@
308 308 .act = tcf_nat,
309 309 .dump = tcf_nat_dump,
310 310 .cleanup = tcf_nat_cleanup,
311   - .lookup = tcf_hash_search,
312 311 .init = tcf_nat_init,
313 312 .walk = tcf_generic_walker
314 313 };
net/sched/act_pedit.c
... ... @@ -243,7 +243,6 @@
243 243 .act = tcf_pedit,
244 244 .dump = tcf_pedit_dump,
245 245 .cleanup = tcf_pedit_cleanup,
246   - .lookup = tcf_hash_search,
247 246 .init = tcf_pedit_init,
248 247 .walk = tcf_generic_walker
249 248 };
net/sched/act_police.c
... ... @@ -407,7 +407,6 @@
407 407 .act = tcf_act_police,
408 408 .dump = tcf_act_police_dump,
409 409 .cleanup = tcf_act_police_cleanup,
410   - .lookup = tcf_hash_search,
411 410 .init = tcf_act_police_locate,
412 411 .walk = tcf_act_police_walker
413 412 };