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

/external/iproute2/include/libiptc/
H A Dlibiptc.h19 #define IPT_ALIGN(s) (((s) + ((IPT_MIN_ALIGN)-1)) & ~((IPT_MIN_ALIGN)-1)) macro
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dip_tables.h318 #define IPT_ALIGN(s) XT_ALIGN(s) macro
/external/iproute2/tc/
H A Dm_ipt.c366 IPT_ALIGN(sizeof (struct ipt_entry_target)) + target->size;

Completed in 191 milliseconds