Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dnetlink.h37 struct nlmsghdr { struct
38 __u32 nlmsg_len; /* Length of message including header */
39 __u16 nlmsg_type; /* Message content */
40 __u16 nlmsg_flags; /* Additional flags */
41 __u32 nlmsg_seq; /* Sequence number */
42 __u32 nlmsg_pid; /* Sending process port ID */
/linux-2.6.39/net/netlink/
Daf_netlink.c1814 struct nlmsghdr *)) in netlink_rcv_skb()