Searched defs:NLMSG_ALIGN (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/include/uapi/linux/
H A Dnetlink.h80 #define NLMSG_ALIGN(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) ) macro

Completed in 131 milliseconds