Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Drtnetlink.h181 #define RTA_ALIGNTO 4U macro
182 #define RTA_ALIGN(len) ( ((len)+RTA_ALIGNTO-1) & ~(RTA_ALIGNTO-1) )
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Drtnetlink.h181 #define RTA_ALIGNTO 4U macro
182 #define RTA_ALIGN(len) ( ((len)+RTA_ALIGNTO-1) & ~(RTA_ALIGNTO-1) )
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drtnetlink.h202 #define RTA_ALIGNTO 4U macro
203 #define RTA_ALIGN(len) ( ((len)+RTA_ALIGNTO-1) & ~(RTA_ALIGNTO-1) )
/OK3568_Linux_fs/kernel/crypto/
H A Dauthenc.c65 BUILD_BUG_ON(sizeof(*param) % RTA_ALIGNTO); in crypto_authenc_extractkeys()