pub const NLA_TYPE_MASK: u16 = !(NLA_F_NET_BYTEORDER | NLA_F_NESTED); // 0x3fffu16
Expand description

Identify the bits that represent the type of a netlink attribute.