Searched refs:NL_MMAP_MSG_ALIGNMENT (Results 1 – 3 of 3) sorted by relevance
145 #define NL_MMAP_MSG_ALIGNMENT NLMSG_ALIGNTO macro146 #define NL_MMAP_MSG_ALIGN(sz) __ALIGN_KERNEL(sz, NL_MMAP_MSG_ALIGNMENT)
112 - nm_frame_size must be a multiple of NL_MMAP_MSG_ALIGNMENT
435 if (!IS_ALIGNED(req->nm_frame_size, NL_MMAP_MSG_ALIGNMENT)) in netlink_set_ring()