Searched defs:NLMSG_ALIGN (Results 1 – 2 of 2) sorted by relevance
90 #define NLMSG_ALIGN(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) ) macro
Completed in 5 milliseconds