Lines Matching refs:table_header
34 static struct table_header *unpack_table(char *blob, size_t bsize)
36 struct table_header *table = ERR_PTR(-EPROTO);
37 struct table_header th;
40 if (bsize < sizeof(struct table_header))
51 blob += sizeof(struct table_header);
104 static int verify_table_headers(struct table_header **tables, int flags)
277 static struct table_header *remap_data16_to_data32(struct table_header *old)
279 struct table_header *new;
320 struct table_header *table = NULL;