Home
last modified time | relevance | path

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

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