commit | c9e99fd078ef7fdcd9ee4f5a4cfdbece319587af | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Sat May 09 22:51:31 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon May 11 11:10:34 2015 -0400 |
tree | b9103eeb2aa3151ce6af1097938a6f42cc9b17f7 | |
parent | 986ccfdbd90a292e8242c5d2647d8bb8565c38c3 [diff] |
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>