netfilter: xtables: use memcmp in unconditional check
authorJan Engelhardt <jengelh@medozas.de>
Thu, 9 Jul 2009 21:00:19 +0000 (23:00 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Mon, 10 Aug 2009 11:35:27 +0000 (13:35 +0200)
Instead of inspecting each u32/char open-coded, clean up and make use
of memcmp. On some arches, memcmp is implemented as assembly or GCC's
__builtin_memcmp which can possibly take advantages of known
alignment.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>

No differences found