OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPT_ALIGN
(Results
1 - 3
of
3
) sorted by null
/external/iproute2/include/libiptc/
libiptc.h
19
#define
IPT_ALIGN
(s) (((s) + ((IPT_MIN_ALIGN)-1)) & ~((IPT_MIN_ALIGN)-1))
/external/kernel-headers/original/linux/netfilter_ipv4/
ip_tables.h
318
#define
IPT_ALIGN
(s) XT_ALIGN(s)
/external/iproute2/tc/
m_ipt.c
366
IPT_ALIGN
(sizeof (struct ipt_entry_target)) + target->size;
Completed in 151 milliseconds