Home
last modified time | relevance | path

Searched refs:NLMSG_MIN_TYPE (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/include/uapi/linux/
Dgenetlink.h10 #define GENL_MIN_ID NLMSG_MIN_TYPE
30 #define GENL_ID_CTRL NLMSG_MIN_TYPE
31 #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)
Dnetlink.h117 #define NLMSG_MIN_TYPE 0x10 /* < 0x10: reserved control messages */ macro
/linux-6.12.1/include/uapi/linux/netfilter/
Dnfnetlink.h67 #define NFNL_MSG_BATCH_BEGIN NLMSG_MIN_TYPE
68 #define NFNL_MSG_BATCH_END NLMSG_MIN_TYPE+1
/linux-6.12.1/include/uapi/scsi/
Dscsi_netlink.h19 #define SCSI_TRANSPORT_MSG NLMSG_MIN_TYPE + 1
/linux-6.12.1/tools/include/uapi/linux/
Dnetlink.h107 #define NLMSG_MIN_TYPE 0x10 /* < 0x10: reserved control messages */ macro
/linux-6.12.1/drivers/infiniband/core/
Dnetlink.c236 if (nlh->nlmsg_type < NLMSG_MIN_TYPE) in rdma_nl_rcv_skb()
/linux-6.12.1/net/netfilter/
Dnfnetlink.c472 } else if (type < NLMSG_MIN_TYPE) { in nfnetlink_rcv_batch()
/linux-6.12.1/Documentation/userspace-api/netlink/
Dintro.rst179 ``NLMSG_MIN_TYPE`` which is ``0x10``).
251 Family ID (``GENL_ID_CTRL`` which is equal to ``NLMSG_MIN_TYPE``).
/linux-6.12.1/tools/net/ynl/lib/
Dynl.c522 case NLMSG_OVERRUN ... NLMSG_MIN_TYPE - 1: in __ynl_sock_read_msgs()
/linux-6.12.1/net/netlink/
Daf_netlink.c2533 if (nlh->nlmsg_type < NLMSG_MIN_TYPE) in netlink_rcv_skb()