Searched refs:NLMSG_MIN_TYPE (Results 1 – 4 of 4) sorted by relevance
45 #define GENL_MIN_ID NLMSG_MIN_TYPE
146 #define NLMSG_MIN_TYPE 0x10 /* < 0x10: reserved control messages */ macro
283 hdr->nlmsg_type >= NLMSG_MIN_TYPE) { in nl_receive_message()
543 if (hdr->nlmsg_type < NLMSG_MIN_TYPE) { in nlmsg_to_linux()