Searched refs:XT_ALIGN (Results 1 – 7 of 7) sorted by relevance
62 .target_size = XT_ALIGN(__size), \101 #define XT_ALIGN(s) (((s) + (__alignof__(struct _xt_align)-1)) \ macro
147 .size = XT_ALIGN(sizeof(struct xt_nflog_info)),148 .userspacesize = XT_ALIGN(sizeof(struct xt_nflog_info)),
318 #define IPT_ALIGN(s) XT_ALIGN(s)
91 #define XT_ALIGN(s) (((s) + (__alignof__(struct _xt_align)-1)) \ macro
80 XT_ALIGN(sizeof (struct xt_entry_target)) + target->size; in build_st()
171 XT_ALIGN(sizeof (struct xt_entry_target)) + target->size; in build_st()