Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dnetlink.h149 #define NLA_ALIGN(len) (((len) + NLA_ALIGNTO - 1) & ~(NLA_ALIGNTO - 1)) macro
150 #define NLA_HDRLEN ((int) NLA_ALIGN(sizeof(struct nlattr)))