Searched refs:STRUCT_STANDARD_TARGET (Results 1 – 3 of 3) sorted by relevance
47 #define STRUCT_STANDARD_TARGET struct xt_standard_target macro242 STRUCT_STANDARD_TARGET *t;252 t = (STRUCT_STANDARD_TARGET *)262 == ALIGN(sizeof(STRUCT_STANDARD_TARGET)));
994 STRUCT_STANDARD_TARGET *t; in cache_add_entry()996 t = (STRUCT_STANDARD_TARGET *)GET_TARGET(e); in cache_add_entry()998 != ALIGN(sizeof(STRUCT_STANDARD_TARGET))) { in cache_add_entry()1056 STRUCT_STANDARD_TARGET *t; in parse_table()1061 t = (STRUCT_STANDARD_TARGET *)GET_TARGET(r->entry); in parse_table()1088 STRUCT_STANDARD_TARGET target;1091 ALIGN(sizeof(STRUCT_STANDARD_TARGET)))1107 STRUCT_STANDARD_TARGET *t; in iptcc_compile_rule()1108 t = (STRUCT_STANDARD_TARGET *)GET_TARGET(r->entry); in iptcc_compile_rule()1117 STRUCT_STANDARD_TARGET *t; in iptcc_compile_rule()[all …]
45 #define STRUCT_STANDARD_TARGET struct xt_standard_target macro