Home
last modified time | relevance | path

Searched refs:NLMSG_ALIGNTO (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/include/linux/
Dnetlink.h63 #define NLMSG_ALIGNTO 4 macro
64 #define NLMSG_ALIGN(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )