Searched refs:CONTAINER_HDR_SZ (Results 1 – 1 of 1) sorted by relevance
60 #define CONTAINER_HDR_SZ 12 macro304 if (buf_size <= CONTAINER_HDR_SZ) { in verify_container()341 buf_size -= CONTAINER_HDR_SZ; in verify_equivalence_table()512 table.entry = (struct equiv_cpu_entry *)(buf + CONTAINER_HDR_SZ); in parse_container()522 buf += hdr[2] + CONTAINER_HDR_SZ; in parse_container()523 size -= hdr[2] + CONTAINER_HDR_SZ; in parse_container()946 memcpy(equiv_table.entry, buf + CONTAINER_HDR_SZ, equiv_tbl_len); in install_equiv_cpu_table()951 return equiv_tbl_len + CONTAINER_HDR_SZ; in install_equiv_cpu_table()