Searched refs:NLMSG_MIN_TYPE (Results 1 – 10 of 10) sorted by relevance
10 #define GENL_MIN_ID NLMSG_MIN_TYPE30 #define GENL_ID_CTRL NLMSG_MIN_TYPE31 #define GENL_ID_VFS_DQUOT (NLMSG_MIN_TYPE + 1)32 #define GENL_ID_PMCRAID (NLMSG_MIN_TYPE + 2)34 #define GENL_START_ALLOC (NLMSG_MIN_TYPE + 3)
117 #define NLMSG_MIN_TYPE 0x10 /* < 0x10: reserved control messages */ macro
67 #define NFNL_MSG_BATCH_BEGIN NLMSG_MIN_TYPE68 #define NFNL_MSG_BATCH_END NLMSG_MIN_TYPE+1
19 #define SCSI_TRANSPORT_MSG NLMSG_MIN_TYPE + 1
107 #define NLMSG_MIN_TYPE 0x10 /* < 0x10: reserved control messages */ macro
236 if (nlh->nlmsg_type < NLMSG_MIN_TYPE) in rdma_nl_rcv_skb()
472 } else if (type < NLMSG_MIN_TYPE) { in nfnetlink_rcv_batch()
179 ``NLMSG_MIN_TYPE`` which is ``0x10``).251 Family ID (``GENL_ID_CTRL`` which is equal to ``NLMSG_MIN_TYPE``).
522 case NLMSG_OVERRUN ... NLMSG_MIN_TYPE - 1: in __ynl_sock_read_msgs()
2533 if (nlh->nlmsg_type < NLMSG_MIN_TYPE) in netlink_rcv_skb()