Home
last modified time | relevance | path

Searched refs:NLMSG_ALIGNTO (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dnetlink.h89 #define NLMSG_ALIGNTO 4U macro
90 #define NLMSG_ALIGN(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
190 #define NL_MMAP_MSG_ALIGNMENT NLMSG_ALIGNTO
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dnetlink.h65 #define NLMSG_ALIGNTO 4U macro
66 #define NLMSG_ALIGN(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
135 #define NL_MMAP_MSG_ALIGNMENT NLMSG_ALIGNTO
/kernel/linux/linux-5.10/include/uapi/linux/
Dnetlink.h89 #define NLMSG_ALIGNTO 4U macro
90 #define NLMSG_ALIGN(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
192 #define NL_MMAP_MSG_ALIGNMENT NLMSG_ALIGNTO
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dnetlink.h78 #define NLMSG_ALIGNTO 4U macro
79 #define NLMSG_ALIGN(len) (((len) + NLMSG_ALIGNTO - 1) & ~(NLMSG_ALIGNTO - 1))
141 #define NL_MMAP_MSG_ALIGNMENT NLMSG_ALIGNTO