Home
last modified time | relevance | path

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

/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-6.6/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/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/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/patches/linux-6.6/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-6.6/include/uapi/linux/
Dnetlink.h52 struct nlmsghdr { struct
53 __u32 nlmsg_len;
54 __u16 nlmsg_type;
55 __u16 nlmsg_flags;
56 __u32 nlmsg_seq;
57 __u32 nlmsg_pid;
/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/linux-6.6/drivers/infiniband/core/
Dnetlink.c208 struct nlmsghdr *, in rdma_nl_rcv_skb()
/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.c2457 struct nlmsghdr *, in netlink_rcv_skb()
/kernel/linux/linux-6.6/net/netlink/
Daf_netlink.c2520 struct nlmsghdr *, in netlink_rcv_skb()