diff options
author | 2011-02-01 16:27:25 +0100 | |
---|---|---|
committer | 2011-02-01 16:27:25 +0100 | |
commit | 8da560ced56c423cd6d35803cd0244c944c676bd (patch) | |
tree | 98b253c24eae0b385ebcf8036f30f6541681dd1d /net/core | |
parent | netfilter: xtables: "set" match and "SET" target support (diff) | |
download | linux-dev-8da560ced56c423cd6d35803cd0244c944c676bd.tar.xz linux-dev-8da560ced56c423cd6d35803cd0244c944c676bd.zip |
netfilter: ipset: use nla_parse_nested()
Replace calls of the form:
nla_parse(tb, ATTR_MAX, nla_data(attr), nla_len(attr), policy)
by:
nla_parse_nested(tb, ATTR_MAX, attr, policy)
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/core')
0 files changed, 0 insertions, 0 deletions