[NETFILTER]: nfnetlink: rename functions containing 'nfattr'
There is no struct nfattr anymore, rename functions to 'nlattr'. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
df6fb868d6
commit
fdf708322d
@@ -72,7 +72,7 @@ struct nfnetlink_subsystem
|
||||
extern int nfnetlink_subsys_register(const struct nfnetlink_subsystem *n);
|
||||
extern int nfnetlink_subsys_unregister(const struct nfnetlink_subsystem *n);
|
||||
|
||||
#define nfattr_bad_size(tb, max, cta_min) \
|
||||
#define nlattr_bad_size(tb, max, cta_min) \
|
||||
({ int __i, __res = 0; \
|
||||
for (__i=1; __i <= max; __i++) { \
|
||||
if (!cta_min[__i]) \
|
||||
|
Reference in New Issue
Block a user