pub type nlmsghdr = linux_nlmsghdr;Aliased Type§
#[repr(C)]pub struct nlmsghdr {
    pub nlmsg_len: u32,
    pub nlmsg_type: u16,
    pub nlmsg_flags: u16,
    pub nlmsg_seq: u32,
    pub nlmsg_pid: u32,
}Fields§
§nlmsg_len: u32§nlmsg_type: u16§nlmsg_flags: u16§nlmsg_seq: u32§nlmsg_pid: u32