Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/linux/
Dnetlink.h229 #define NLA_ALIGNTO 4 macro
230 #define NLA_ALIGN(len) (((len) + NLA_ALIGNTO - 1) & ~(NLA_ALIGNTO - 1))
/Linux-v4.19/include/uapi/linux/
Dnetlink.h229 #define NLA_ALIGNTO 4 macro
230 #define NLA_ALIGN(len) (((len) + NLA_ALIGNTO - 1) & ~(NLA_ALIGNTO - 1))
/Linux-v4.19/net/psample/
Dpsample.c224 - NLA_ALIGNTO; in psample_sample_packet()