Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dnetlink.h42 struct nlmsghdr { struct
43 __u32 nlmsg_len; /* Length of message including header */
44 __u16 nlmsg_type; /* Message content */
45 __u16 nlmsg_flags; /* Additional flags */
46 __u32 nlmsg_seq; /* Sequence number */
47 __u32 nlmsg_pid; /* Sending process port ID */
/linux-4.4.14/net/netlink/
Daf_netlink.c2993 struct nlmsghdr *)) in netlink_rcv_skb()