Searched defs:RTA_ALIGN (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Drtnetlink.h66 #define RTA_ALIGN(len) ( ((len)+RTA_ALIGNTO-1) & ~(RTA_ALIGNTO-1) ) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Drtnetlink.h66 #define RTA_ALIGN(len) ( ((len)+RTA_ALIGNTO-1) & ~(RTA_ALIGNTO-1) ) macro

Completed in 47 milliseconds