OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NL_MMAP_MSG_ALIGN
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/uapi/linux/
netlink.h
141
#define
NL_MMAP_MSG_ALIGN
(sz) __ALIGN_KERNEL(sz, NL_MMAP_MSG_ALIGNMENT)
142
#define NL_MMAP_HDRLEN
NL_MMAP_MSG_ALIGN
(sizeof(struct nl_mmap_hdr))
/external/iproute2/include/uapi/linux/
netlink.h
187
#define
NL_MMAP_MSG_ALIGN
(sz) __ALIGN_KERNEL(sz, NL_MMAP_MSG_ALIGNMENT)
188
#define NL_MMAP_HDRLEN
NL_MMAP_MSG_ALIGN
(sizeof(struct nl_mmap_hdr))
/external/kernel-headers/original/uapi/linux/
netlink.h
191
#define
NL_MMAP_MSG_ALIGN
(sz) __ALIGN_KERNEL(sz, NL_MMAP_MSG_ALIGNMENT)
192
#define NL_MMAP_HDRLEN
NL_MMAP_MSG_ALIGN
(sizeof(struct nl_mmap_hdr))
Completed in 47 milliseconds