Searched refs:IPT_ALIGN (Results 1 – 3 of 3) sorted by relevance
19 #define IPT_ALIGN(s) (((s) + ((IPT_MIN_ALIGN)-1)) & ~((IPT_MIN_ALIGN)-1)) macro
318 #define IPT_ALIGN(s) XT_ALIGN(s) macro
366 IPT_ALIGN(sizeof (struct ipt_entry_target)) + target->size; in build_st()