Home
last modified time | relevance | path

Searched defs:nlmsghdr (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dnetlink.h41 struct nlmsghdr { struct
42 __u32 nlmsg_len;
43 __u16 nlmsg_type;
67 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) argument
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dnetlink.h44 struct nlmsghdr { struct
45 __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 */
/kernel/linux/linux-5.10/include/uapi/linux/
Dnetlink.h44 struct nlmsghdr { struct
45 __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 */
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dnetlink.h54 struct nlmsghdr { struct
55 __u32 nlmsg_len;
56 __u16 nlmsg_type;
80 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) argument
/kernel/linux/linux-5.10/drivers/infiniband/core/
Dnetlink.c208 struct nlmsghdr *, in rdma_nl_rcv_skb()
/kernel/linux/linux-5.10/net/netlink/
Daf_netlink.c2482 struct nlmsghdr *, in netlink_rcv_skb()