Lines Matching refs:STRUCT_STANDARD_TARGET
1009 STRUCT_STANDARD_TARGET *t; in cache_add_entry()
1011 t = (STRUCT_STANDARD_TARGET *)GET_TARGET(e); in cache_add_entry()
1013 != ALIGN(sizeof(STRUCT_STANDARD_TARGET))) { in cache_add_entry()
1071 STRUCT_STANDARD_TARGET *t; in parse_table()
1076 t = (STRUCT_STANDARD_TARGET *)GET_TARGET(r->entry); in parse_table()
1103 STRUCT_STANDARD_TARGET target;
1106 ALIGN(sizeof(STRUCT_STANDARD_TARGET)))
1122 STRUCT_STANDARD_TARGET *t; in iptcc_compile_rule()
1123 t = (STRUCT_STANDARD_TARGET *)GET_TARGET(r->entry); in iptcc_compile_rule()
1131 STRUCT_STANDARD_TARGET *t; in iptcc_compile_rule()
1132 t = (STRUCT_STANDARD_TARGET *)GET_TARGET(r->entry); in iptcc_compile_rule()
1178 ALIGN(sizeof(STRUCT_STANDARD_TARGET)); in iptcc_compile_chain()
1219 + ALIGN(sizeof(STRUCT_STANDARD_TARGET)); in iptcc_compile_chain_offsets()
1675 STRUCT_STANDARD_TARGET *t; in iptcc_standard_map()
1677 t = (STRUCT_STANDARD_TARGET *)GET_TARGET(e); in iptcc_standard_map()
1680 != ALIGN(sizeof(STRUCT_STANDARD_TARGET))) { in iptcc_standard_map()
1939 return ((STRUCT_STANDARD_TARGET *)ta)->verdict in target_same()
1940 == ((STRUCT_STANDARD_TARGET *)tb)->verdict; in target_same()