Searched refs:td_lolen (Results 1 – 4 of 4) sorted by relevance
50 th.td_lolen = get_unaligned_be32(blob + 8); in unpack_table()58 if (th.td_lolen == 0) in unpack_table()60 tsize = table_size(th.td_lolen, th.td_flags); in unpack_table()68 table->td_lolen = th.td_lolen; in unpack_table()70 memcpy(table->td_data, blob, th.td_lolen); in unpack_table()72 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table()75 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table()114 state_count = tables[YYTD_ID_BASE]->td_lolen; in verify_table_headers()118 if (state_count != tables[YYTD_ID_ACCEPT]->td_lolen) in verify_table_headers()124 if (state_count != tables[YYTD_ID_ACCEPT2]->td_lolen) in verify_table_headers()[all …]
159 state_count = dfa->tables[YYTD_ID_BASE]->td_lolen; in compute_fperms()183 state_count = xmatch->tables[YYTD_ID_BASE]->td_lolen; in compute_xmatch_perms()258 state_count = dfa->tables[YYTD_ID_BASE]->td_lolen; in compute_perms()291 unsigned int state_count = dfa->tables[YYTD_ID_BASE]->td_lolen; in remap_dfa_accept()
1031 size_t state_count = pdb->dfa->tables[YYTD_ID_BASE]->td_lolen; in unpack_pdb()1049 u32 noents = pdb->dfa->tables[YYTD_ID_ACCEPT]->td_lolen; in unpack_pdb()1058 pdb->dfa->tables[YYTD_ID_ACCEPT2]->td_lolen = noents; in unpack_pdb()1486 for (i = 0; i < dfa->tables[YYTD_ID_ACCEPT]->td_lolen; i++) { in verify_dfa_accept_index()
86 u32 td_lolen; member