mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
[NETLINK]: add nla_for_each_nested() to the interface list
At the top of include/net/netlink.h is a list of Netlink interfaces, however, the nla_for_each_nested() macro was not listed. This patch adds this interface to the list at the top of the header file. Signed-off-by: Paul Moore <paul.moore@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
df2115c313
commit
22acb19a91
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@
|
|||
* nla_parse() parse and validate stream of attrs
|
||||
* nla_parse_nested() parse nested attribuets
|
||||
* nla_for_each_attr() loop over all attributes
|
||||
* nla_for_each_nested() loop over the nested attributes
|
||||
*=========================================================================
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue