Searched defs:nlmsghdr (Results 1 – 6 of 6) sorted by relevance
41 struct nlmsghdr { struct42 __u32 nlmsg_len;43 __u16 nlmsg_type;67 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) argument
44 struct nlmsghdr { struct45 __u32 nlmsg_len; /* Length of message including header */46 __u16 nlmsg_type; /* Message content */47 __u16 nlmsg_flags; /* Additional flags */48 __u32 nlmsg_seq; /* Sequence number */49 __u32 nlmsg_pid; /* Sending process port ID */
54 struct nlmsghdr { struct55 __u32 nlmsg_len;56 __u16 nlmsg_type;80 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) argument
208 struct nlmsghdr *, in rdma_nl_rcv_skb()
2482 struct nlmsghdr *, in netlink_rcv_skb()