OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMPAT_XT_ALIGN
(Results
1 - 2
of
2
) sorted by null
/external/kernel-headers/original/linux/netfilter/
x_tables.h
386
#define
COMPAT_XT_ALIGN
(s) (((s) + (__alignof__(struct compat_xt_counters)-1)) \
/external/kernel-headers/original/linux/netfilter_ipv4/
ip_tables.h
334
#define COMPAT_IPT_ALIGN(s)
COMPAT_XT_ALIGN
(s)
Completed in 339 milliseconds