#include <netlink-kernel.h>
Definition at line 229 of file netlink-kernel.h.
Data Fields | |
__u16 | nla_len |
Attribute length. | |
__u16 | nla_type |
Attribute type. |
__u16 nlattr::nla_len |
Attribute length.
Definition at line 232 of file netlink-kernel.h.
Referenced by nla_len(), nla_nest_end(), nla_next(), nla_ok(), and nla_reserve().
__u16 nlattr::nla_type |
Attribute type.
Definition at line 235 of file netlink-kernel.h.
Referenced by nla_find(), nla_parse(), and nla_reserve().