1 #ifndef __LINUX_NETLINK_H
2 #define __LINUX_NETLINK_H
65 #define NLM_F_REQUEST 1
94 #define NLM_F_ROOT 0x100
99 #define NLM_F_MATCH 0x200
106 #define NLM_F_ATOMIC 0x400
111 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH)
124 #define NLM_F_REPLACE 0x100
129 #define NLM_F_EXCL 0x200
134 #define NLM_F_CREATE 0x400
139 #define NLM_F_APPEND 0x800
152 #define NLMSG_NOOP 0x1
159 #define NLMSG_ERROR 0x2
164 #define NLMSG_DONE 0x3
169 #define NLMSG_OVERRUN 0x4
174 #define NLMSG_MIN_TYPE 0x10