Searched defs:nlmsghdr (Results 1 – 11 of 11) sorted by relevance
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 */
41 struct nlmsghdr { struct42 __u32 nlmsg_len;43 __u16 nlmsg_type;67 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) argument
54 struct nlmsghdr { struct55 __u32 nlmsg_len;56 __u16 nlmsg_type;80 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) argument
52 struct nlmsghdr { struct53 __u32 nlmsg_len;54 __u16 nlmsg_type;55 __u16 nlmsg_flags;56 __u32 nlmsg_seq;57 __u32 nlmsg_pid;
208 struct nlmsghdr *, in rdma_nl_rcv_skb()
2457 struct nlmsghdr *, in netlink_rcv_skb()
2520 struct nlmsghdr *, in netlink_rcv_skb()