Module netlink_packet_utils::nla
source · Structs
An iterator that iteratates over nlas without decoding them. This is useful
when looking for specific nlas.
Constants
NlA(RTA) align size
Identify the bits that represent the “nested” flag of a netlink attribute.
Identify the bits that represent the “byte order” flag of a netlink
attribute.
NlA(RTA) header size. (unsigned short rta_len) + (unsigned short rta_type)
Identify the bits that represent the type of a netlink attribute.