Searched defs:NLMSG_ALIGN (Results 1 – 2 of 2) sorted by relevance
49 #define NLMSG_ALIGN(len) (((len) + NLMSG_ALIGNTO - 1) & ~(NLMSG_ALIGNTO - 1)) macro
210 #define NLMSG_ALIGN(_len) NL_ITEM_ALIGN(_len) macro