Home
last modified time | relevance | path

Searched refs:IPT_ALIGN (Results 1 – 2 of 2) sorted by relevance

/external/iproute2/include/libiptc/
Dlibiptc.h19 #define IPT_ALIGN(s) (((s) + ((IPT_MIN_ALIGN)-1)) & ~((IPT_MIN_ALIGN)-1)) macro
/external/iproute2/tc/
Dm_ipt.c369 IPT_ALIGN(sizeof (struct ipt_entry_target)) + target->size; in build_st()