commit | aa412ba225dd3bc36d404c28cdc3d674850d80d0 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Fri Apr 01 14:17:24 2016 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Apr 14 00:30:36 2016 +0200 |
tree | 2d9acf9b34d2423bd17122e31afdd71ca9bcd864 | |
parent | 7d35812c3214afa5b37a675113555259cfd67b98 [diff] |
netfilter: x_tables: kill check_entry helper Once we add more sanity testing to xt_check_entry_offsets it becomes relvant if we're expecting a 32bit 'config_compat' blob or a normal one. Since we already have a lot of similar-named functions (check_entry, compat_check_entry, find_and_check_entry, etc.) and the current incarnation is short just fold its contents into the callers. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>