]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: ip6_tables: unfold two loops in ip6_packet_match()
authorEric Dumazet <dada1@cosmosbay.com>
Thu, 19 Feb 2009 10:18:23 +0000 (11:18 +0100)
committerPatrick McHardy <kaber@trash.net>
Thu, 19 Feb 2009 10:18:23 +0000 (11:18 +0100)
commitcdd0114aec48602140d825f244cce8e1a6e4e4c0
tree0860d31738f6522c40ae2f4b70cec32f38749de2
parent04a7d52c5ef2a5b4acd6666344a46eec1ccf1e43
netfilter: ip6_tables: unfold two loops in ip6_packet_match()

ip6_tables netfilter module can use an ifname_compare() helper
so that two loops are unfolded.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/ipv6/netfilter/ip6_tables.c