diff options
author | Patrick McHardy <kaber@trash.net> | 2011-02-01 10:27:25 -0500 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2011-02-01 10:27:25 -0500 |
commit | 8da560ced56c423cd6d35803cd0244c944c676bd (patch) | |
tree | 98b253c24eae0b385ebcf8036f30f6541681dd1d /net/dccp/ccids/ccid2.c | |
parent | d956798d82d2d331c031301965d69e17a1a48a2b (diff) |
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/dccp/ccids/ccid2.c')
0 files changed, 0 insertions, 0 deletions