net: sched: consolidate handle_ing and ing_filter
authorDaniel Borkmann <daniel@iogearbox.net>
Sat, 9 May 2015 20:51:31 +0000 (22:51 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 May 2015 15:10:34 +0000 (11:10 -0400)
commitc9e99fd078ef7fdcd9ee4f5a4cfdbece319587af
treeb9103eeb2aa3151ce6af1097938a6f42cc9b17f7
parent986ccfdbd90a292e8242c5d2647d8bb8565c38c3
net: sched: consolidate handle_ing and ing_filter

Given quite some code has been removed from ing_filter(), we can just
consolidate that function into handle_ing() and get rid of a few
instructions at the same time.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@plumgrid.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c