Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Drtnetlink.h160 #define RTA_ALIGNTO 4 macro
161 #define RTA_ALIGN(len) (((len) + RTA_ALIGNTO - 1) & ~(RTA_ALIGNTO - 1))