Home
last modified time | relevance | path

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

/third_party/libbpf/include/uapi/linux/
H A Dnetlink.h230 #define NLA_ALIGNTO 4 macro
231 #define NLA_ALIGN(len) (((len) + NLA_ALIGNTO - 1) & ~(NLA_ALIGNTO - 1))
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2042 pub const NLA_ALIGNTO: ::c_int = 4; consts
3061 return ((len) + NLA_ALIGNTO - 1) & !(NLA_ALIGNTO - 1) in NLA_ALIGN()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2743 pub const NLA_ALIGNTO: ::c_int = 4; consts
3592 return ((len) + NLA_ALIGNTO - 1) & !(NLA_ALIGNTO - 1) in NLA_ALIGN()

Completed in 22 milliseconds