Home
last modified time | relevance | path

Searched defs:RTNH_ALIGN (Results 1 – 3 of 3) sorted by relevance

/external/libnl/include/linux-private/linux/
Drtnetlink.h319 #define RTNH_ALIGN(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) ) macro
/external/iproute2/include/linux/
Drtnetlink.h354 #define RTNH_ALIGN(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) ) macro
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h359 #define RTNH_ALIGN(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) ) macro