Searched refs:NLMSG_ALIGNTO (Results 1 – 3 of 3) sorted by relevance
25 ifinfomsg hdr __attribute__((aligned(NLMSG_ALIGNTO))); in TEST()38 ifinfomsg hdr __attribute__((aligned(NLMSG_ALIGNTO))); in TEST()72 alignas(NLMSG_ALIGNTO) ifaddrmsg ifa = {}; in TEST()82 alignas(NLMSG_ALIGNTO) ifaddrmsg ifa; in TEST()83 alignas(NLMSG_ALIGNTO) rtattr addr_hdr; in TEST()84 alignas(NLMSG_ALIGNTO) uint8_t addr[4] = {192, 168, 1, 20}; in TEST()105 alignas(NLMSG_ALIGNTO) ifaddrmsg ifa = {}; in TEST()106 alignas(NLMSG_ALIGNTO) rtattr flags_hdr; in TEST()107 alignas(NLMSG_ALIGNTO) uint32_t flags = 0xff00ff00; in TEST()108 alignas(NLMSG_ALIGNTO) rtattr addr_hdr; in TEST()[all …]
89 #define NLMSG_ALIGNTO 4U macro90 #define NLMSG_ALIGN(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )190 #define NL_MMAP_MSG_ALIGNMENT NLMSG_ALIGNTO
98 #define NLMSG_ALIGNTO 4U macro99 #define NLMSG_ALIGN(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )208 #define NL_MMAP_MSG_ALIGNMENT NLMSG_ALIGNTO