diff options
author | Patrick McHardy <kaber@trash.net> | 2007-12-05 01:26:02 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 14:56:13 -0800 |
commit | 171b7fc4fc178a004aec8d06eb745c30ae726fb6 (patch) | |
tree | ce54f05818c0e87dcbe034bf3a80f057aa1cf206 /net/ax25 | |
parent | 9521409265d3bae939ace4c259f765c29339730f (diff) | |
download | linux-3.10-171b7fc4fc178a004aec8d06eb745c30ae726fb6.tar.gz linux-3.10-171b7fc4fc178a004aec8d06eb745c30ae726fb6.tar.bz2 linux-3.10-171b7fc4fc178a004aec8d06eb745c30ae726fb6.zip |
[NETFILTER]: ip6_queue: deobfuscate entry lookups
A queue entry lookup currently looks like this:
ipq_find_dequeue_entry -> __ipq_find_dequeue_entry ->
__ipq_find_entry -> cmpfn -> id_cmp
Use simple open-coded list walking and kill the cmpfn for
ipq_find_dequeue_entry. Instead add it to ipq_flush (after
similar cleanups) and use ipq_flush for both complete flushes
and flushing entries related to a device.
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ax25')
0 files changed, 0 insertions, 0 deletions