Home
last modified time | relevance | path

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

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