Searched refs:ext_hdr (Results 1 – 1 of 1) sorted by relevance
136 struct extended_sigtable *ext_hdr; in find_matching_signature() local147 ext_hdr = mc + get_datasize(mc_hdr) + MC_HEADER_SIZE; in find_matching_signature()148 ext_sig = (void *)ext_hdr + EXT_HEADER_SIZE; in find_matching_signature()150 for (i = 0; i < ext_hdr->count; i++) { in find_matching_signature()