Searched refs:alignto (Results 1 – 1 of 1) sorted by relevance
28 constexpr size_t alignto = NLMSG_ALIGNTO; variable35 return (len + alignto - 1) & ~(alignto - 1); in align()