Searched refs:CONTAINER_HDR_SZ (Results 1 – 2 of 2) sorted by relevance
93 if (buf_size <= CONTAINER_HDR_SZ) { in verify_container()133 buf_size -= CONTAINER_HDR_SZ; in verify_equivalence_table()308 table.entry = (struct equiv_cpu_entry *)(buf + CONTAINER_HDR_SZ); in parse_container()318 buf += hdr[2] + CONTAINER_HDR_SZ; in parse_container()319 size -= hdr[2] + CONTAINER_HDR_SZ; in parse_container()741 memcpy(equiv_table.entry, buf + CONTAINER_HDR_SZ, equiv_tbl_len); in install_equiv_cpu_table()745 return equiv_tbl_len + CONTAINER_HDR_SZ; in install_equiv_cpu_table()
12 #define CONTAINER_HDR_SZ 12 macro