Searched refs:ARPT_ALIGN (Results 1 – 3 of 3) sorted by relevance
64 { { { { ARPT_ALIGN(sizeof(struct arpt_standard_target)), "" } }, { } },85 { { { { ARPT_ALIGN(sizeof(struct arpt_standard_target)), "" } }, { } },107 { { { { ARPT_ALIGN(sizeof(struct arpt_error_target)), ARPT_ERROR_TARGET } },
502 != ARPT_ALIGN(sizeof(struct arpt_standard_target))) { in standard_check()505 ARPT_ALIGN(sizeof(struct arpt_standard_target))); in standard_check()
340 #define ARPT_ALIGN(s) (((s) + (__alignof__(struct arpt_entry)-1)) & ~(__alignof__(struct arpt_entry… macro